Lines Matching defs:PlaceBackedgeSafepointsImpl
118 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct
119 static char ID;
123 std::vector<TerminatorInst *> PollLocations;
127 bool CallSafepointsEnabled;
129 ScalarEvolution *SE = nullptr;
130 DominatorTree *DT = nullptr;
131 LoopInfo *LI = nullptr;
133 PlaceBackedgeSafepointsImpl(bool CallSafepoints = false) in PlaceBackedgeSafepointsImpl() argument
139 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
146 bool runOnFunction(Function &F) override { in runOnFunction()
156 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()