Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp102 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct
103 static char ID;
107 std::vector<Instruction *> PollLocations;
111 bool CallSafepointsEnabled;
113 ScalarEvolution *SE = nullptr;
114 DominatorTree *DT = nullptr;
115 LoopInfo *LI = nullptr;
116 TargetLibraryInfo *TLI = nullptr;
118 PlaceBackedgeSafepointsImpl(bool CallSafepoints = false) in PlaceBackedgeSafepointsImpl() argument
124 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp103 struct PlaceBackedgeSafepointsImpl : public FunctionPass { struct
104 static char ID;
108 std::vector<Instruction *> 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() argument
125 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
[all …]
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp102 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() function
123 void runOnLoopAndSubLoops(Loop *L) { in runOnLoopAndSubLoops()
130 bool runOnFunction(Function &F) override { in runOnFunction()
[all …]