Home
last modified time | relevance | path

Searched refs:LoopReroll (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp164 class LoopReroll : public LoopPass { class
168 LoopReroll() : LoopPass(ID) { in LoopReroll() function in __anon39f464390111::LoopReroll
379 DAGRootTracker(LoopReroll *Parent, Loop *L, Instruction *IV, in DAGRootTracker()
430 LoopReroll *Parent;
487 char LoopReroll::ID = 0;
489 INITIALIZE_PASS_BEGIN(LoopReroll, "loop-reroll", "Reroll loops", false, false)
492 INITIALIZE_PASS_END(LoopReroll, "loop-reroll", "Reroll loops", false, false) in INITIALIZE_PASS_DEPENDENCY()
495 return new LoopReroll; in INITIALIZE_PASS_DEPENDENCY()
515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
573 void LoopReroll::collectPossibleIVs(Loop *L, in collectPossibleIVs()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp139 class LoopReroll : public LoopPass { class
142 LoopReroll() : LoopPass(ID) { in LoopReroll() function in __anon57aae8a10111::LoopReroll
352 DAGRootTracker(LoopReroll *Parent, Loop *L, Instruction *IV, in DAGRootTracker()
401 LoopReroll *Parent;
450 char LoopReroll::ID = 0;
451 INITIALIZE_PASS_BEGIN(LoopReroll, "loop-reroll", "Reroll loops", false, false)
454 INITIALIZE_PASS_END(LoopReroll, "loop-reroll", "Reroll loops", false, false) in INITIALIZE_PASS_DEPENDENCY()
457 return new LoopReroll; in INITIALIZE_PASS_DEPENDENCY()
519 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
577 void LoopReroll::collectPossibleIVs(Loop *L, in collectPossibleIVs()
[all …]