Home
last modified time | relevance | path

Searched defs:PlaceBackedgeSafepointsImpl (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp118 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() function
139 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
146 bool runOnFunction(Function &F) override { in runOnFunction()
[all …]