Home
last modified time | relevance | path

Searched refs:InstToHoist (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1120 void SCEVExpander::hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument
1123 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos()
1127 fixupInsertPoints(InstToHoist); in hoistBeforePos()
1128 InstToHoist->moveBefore(Pos); in hoistBeforePos()
1129 Pos = InstToHoist; in hoistBeforePos()
1130 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos()
1131 } while (InstToHoist != LoopPhi); in hoistBeforePos()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h487 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,