Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h79 bool SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp184 SimplifyInstructionsInBlock(&BB); in foldUnusualPatterns()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h93 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h171 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp429 bool Deleted = SimplifyInstructionsInBlock(BB); in TEST_F()
/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-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1011 SimplifyInstructionsInBlock(BB); in cleanupPreparedFunclets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1469 SimplifyInstructionsInBlock(Header, TLI); in replace()
DJumpThreading.cpp2058 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1439 SimplifyInstructionsInBlock(Header, TLI); in replace()
DJumpThreading.cpp1581 SimplifyInstructionsInBlock(NewBB, TLI); in ThreadEdge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1442 SimplifyInstructionsInBlock(NewBB, TD); in ThreadEdge()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp485 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp577 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp853 (void)SimplifyInstructionsInBlock(&BB, TLI); in vectorizePairs()