blacklist -> ignore renaming

This commit is contained in:
van Hauser
2020-06-30 16:52:48 +02:00
parent 4b99ebbf22
commit 878b27af76
6 changed files with 13 additions and 13 deletions

View File

@ -33,7 +33,7 @@ typedef long double max_align_t;
#endif
char * getBBName(const llvm::BasicBlock *BB);
bool isBlacklisted(const llvm::Function *F);
bool isIgnoreFunction(const llvm::Function *F);
void initWhitelist();
bool isInWhitelist(llvm::Function *F);
unsigned long long int calculateCollisions(uint32_t edges);