Home
last modified time | relevance | path

Searched refs:moveInstructionsToTheEnd (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCodeMoverUtils.h61 void moveInstructionsToTheEnd(BasicBlock &FromBB, BasicBlock &ToBB,
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp418 void llvm::moveInstructionsToTheEnd(BasicBlock &FromBB, BasicBlock &ToBB, in moveInstructionsToTheEnd() function in llvm
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1321 moveInstructionsToTheEnd(*FC1.Preheader, *FC0.Preheader, DT, PDT, DI); in performFusion()
1571 moveInstructionsToTheEnd(*FC1GuardBlock, *FC0GuardBlock, DT, PDT, DI); in fuseGuardedLoops()