Searched defs:PlaceBackedgeSafepointsImpl (Results 1 – 1 of 1) sorted by relevance
118 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct119 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() function139 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()146 bool runOnFunction(Function &F) override { in runOnFunction()[all …]