Home
last modified time | relevance | path

Searched refs:SimplifyInstructionsInBlock (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h79 bool SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD = 0);
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h93 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp347 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD) { in SimplifyInstructionsInBlock() function in llvm
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1007 SimplifyInstructionsInBlock(BB); in cleanupPreparedFunclets()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1442 SimplifyInstructionsInBlock(NewBB, TD); in ThreadEdge()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1439 SimplifyInstructionsInBlock(Header, TLI); in replace()
DJumpThreading.cpp1581 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp485 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp853 (void)SimplifyInstructionsInBlock(&BB, TLI); in vectorizePairs()