Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp992 static void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument
995 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos()
999 InstToHoist->moveBefore(Pos); in hoistBeforePos()
1000 Pos = InstToHoist; in hoistBeforePos()
1001 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos()
1002 } while (InstToHoist != LoopPhi); in hoistBeforePos()