Lines Matching defs:PlaceBackedgeSafepointsImpl
102 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct
103 static char ID;
107 std::vector<TerminatorInst *> PollLocations;
111 bool CallSafepointsEnabled;
113 ScalarEvolution *SE = nullptr;
114 DominatorTree *DT = nullptr;
115 LoopInfo *LI = nullptr;
117 PlaceBackedgeSafepointsImpl(bool CallSafepoints = false) in PlaceBackedgeSafepointsImpl() argument
123 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
130 bool runOnFunction(Function &F) override { in runOnFunction()
140 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()