Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h138 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp390 SimplifyInstructionsInBlock(&BB); in foldUnusualPatterns()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1192 SimplifyInstructionsInBlock(cast<Instruction>(L)->getParent()); in runOnFunction()
1203 SimplifyInstructionsInBlock(cast<Instruction>(S)->getParent()); in runOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2317 SimplifyInstructionsInBlock(NewBB, TLI); in threadThroughTwoBasicBlocks()
2318 SimplifyInstructionsInBlock(PredBB, TLI); in threadThroughTwoBasicBlocks()
2435 SimplifyInstructionsInBlock(NewBB, TLI); in threadEdge()
H A DLoopRerollPass.cpp1500 SimplifyInstructionsInBlock(Header, TLI); in replace()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp896 SimplifyInstructionsInBlock(&BB); in runImpl()
H A DWinEHPrepare.cpp1027 SimplifyInstructionsInBlock(&BB); in cleanupPreparedFunclets()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp860 SimplifyInstructionsInBlock(&BB); in run()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp686 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm