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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1080 void SCEVExpander::hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, argument
1083 if (DT->dominates(InstToHoist, Pos))
1087 fixupInsertPoints(InstToHoist);
1088 InstToHoist->moveBefore(Pos);
1089 Pos = InstToHoist;
1090 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0));
1091 } while (InstToHoist != LoopPhi);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h408 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,

Completed in 89 milliseconds