Searched refs:deleteIfDead (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1650 static bool deleteIfDead(GlobalValue &GV, in deleteIfDead() function 2034 if (deleteIfDead(*F, NotDiscardableComdats)) { in OptimizeFunctions() 2087 if (deleteIfDead(*GV, NotDiscardableComdats)) { in OptimizeGlobalVars() 2350 if (deleteIfDead(*J, NotDiscardableComdats)) { in OptimizeGlobalAliases()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1789 static bool deleteIfDead( in deleteIfDead() function 2414 if (deleteIfDead(*F, NotDiscardableComdats)) { in OptimizeFunctions() 2529 if (deleteIfDead(*GV, NotDiscardableComdats)) { in OptimizeGlobalVars() 2927 if (deleteIfDead(*J, NotDiscardableComdats)) { in OptimizeGlobalAliases()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1773 static bool deleteIfDead( in deleteIfDead() function 2288 if (deleteIfDead(*F, NotDiscardableComdats)) { in OptimizeFunctions() 2392 if (deleteIfDead(*GV, NotDiscardableComdats)) { in OptimizeGlobalVars() 2785 if (deleteIfDead(*J, NotDiscardableComdats)) { in OptimizeGlobalAliases()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1495 I.deleteIfDead(); in liveness() 1504 I.deleteIfDead(); in liveness()
|
D | IceTargetLowering.cpp | 392 Instr->deleteIfDead(); in lower()
|
D | IceInst.cpp | 125 void Inst::deleteIfDead() { in deleteIfDead() function in Ice::Inst
|
D | IceInst.h | 97 void deleteIfDead();
|