Searched refs:SimplifyCFG (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
H A D | Android.mk | 34 SimplifyCFG.cpp \
|
H A D | SimplifyCFG.cpp | 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===// 3062 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 3078 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 3675 DEBUG(dbgs() << "SimplifyCFG: switch case '" 3692 DEBUG(dbgs() << "SimplifyCFG: switch default is dead.\n"); 4718 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 4723 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 4733 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 4738 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; 4742 return SimplifyCFG(B 5156 bool llvm::SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI, function in class:llvm [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 133 /// SimplifyCFG - This function is used to do simplification of a CFG. For 139 bool SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
|
/external/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 172 SimplifyCFG(BB, TTI, 1);
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 24 #include "llvm/Transforms/Scalar/SimplifyCFG.h" 127 /// Call SimplifyCFG on all the blocks in the function, 139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
|
Completed in 207 milliseconds