Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h137 bool SimplifyInstructionsInBlock(BasicBlock *BB,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp1261 Changed |= SimplifyInstructionsInBlock(&BB); in runOnFunction()
1283 SimplifyInstructionsInBlock(L->getParent()); in runOnFunction()
1294 SimplifyInstructionsInBlock(S->getParent()); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2351 SimplifyInstructionsInBlock(NewBB, TLI); in threadThroughTwoBasicBlocks()
2352 SimplifyInstructionsInBlock(PredBB, TLI); in threadThroughTwoBasicBlocks()
2469 SimplifyInstructionsInBlock(NewBB, TLI); in threadEdge()
H A DLoopRerollPass.cpp1491 SimplifyInstructionsInBlock(Header, TLI); in replace()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp899 SimplifyInstructionsInBlock(&BB); in runImpl()
H A DWinEHPrepare.cpp1021 SimplifyInstructionsInBlock(&BB); in cleanupPreparedFunclets()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp863 SimplifyInstructionsInBlock(&BB); in foldUnusualPatterns()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp725 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, in SimplifyInstructionsInBlock() function in llvm