Searched refs:SimplifyInstructionsInBlock (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Local.h | 79 bool SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD = 0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 184 SimplifyInstructionsInBlock(&BB); in foldUnusualPatterns()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 93 bool SimplifyInstructionsInBlock(BasicBlock *BB,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 171 bool SimplifyInstructionsInBlock(BasicBlock *BB,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 429 bool Deleted = SimplifyInstructionsInBlock(BB); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 347 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD) { in SimplifyInstructionsInBlock() function in llvm
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1007 SimplifyInstructionsInBlock(BB); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1011 SimplifyInstructionsInBlock(BB); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1469 SimplifyInstructionsInBlock(Header, TLI); in replace()
|
D | JumpThreading.cpp | 2058 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1439 SimplifyInstructionsInBlock(Header, TLI); in replace()
|
D | JumpThreading.cpp | 1581 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1442 SimplifyInstructionsInBlock(NewBB, TD); in ThreadEdge()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 485 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 577 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 853 (void)SimplifyInstructionsInBlock(&BB, TLI); in vectorizePairs()
|