mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
fine tuning for dominant COPY model
This commit is contained in:
parent
faa69124ab
commit
62fe9ad75e
8 changed files with 198 additions and 127 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
/// Internally this is implemented as a map from basic block to their non-empty CoverBlock
|
||||
class Cover {
|
||||
map<int4,CoverBlock> cover; ///< block index -> CoverBlock
|
||||
CoverBlock emptyblock; ///< Template CoverBlock for blocks not covered by \b this
|
||||
static const CoverBlock emptyBlock; ///< Global empty CoverBlock for blocks not covered by \b this
|
||||
void addRefRecurse(const FlowBlock *bl); ///< Fill-in \b this recursively from the given block
|
||||
public:
|
||||
void clear(void) { cover.clear(); } ///< Clear \b this to an empty Cover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue