Searched defs:PlaceBackedgeSafepointsImpl (Results 1 – 2 of 2) sorted by relevance
103 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct104 static char ID;108 std::vector<TerminatorInst *> PollLocations;112 bool CallSafepointsEnabled;114 ScalarEvolution *SE = nullptr;115 DominatorTree *DT = nullptr;116 LoopInfo *LI = nullptr;117 TargetLibraryInfo *TLI = nullptr;119 PlaceBackedgeSafepointsImpl(bool CallSafepoints = false) in PlaceBackedgeSafepointsImpl() function125 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()[all …]
102 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct103 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() function123 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()130 bool runOnFunction(Function &F) override { in runOnFunction()[all …]