Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 494 bool HasLoop = false; in AddPred() local 499 DFS(Y, UpperBound, HasLoop); in AddPred() 500 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred() 517 bool &HasLoop) { in DFS() argument 529 HasLoop = true; in DFS() 589 bool HasLoop = false; in IsReachable() local 594 DFS(TargetSU, UpperBound, HasLoop); in IsReachable() 596 return HasLoop; in IsReachable()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 522 bool HasLoop = false; in AddPred() local 527 DFS(Y, UpperBound, HasLoop); in AddPred() 528 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred() 545 bool &HasLoop) { in DFS() argument 560 HasLoop = true; in DFS() 621 bool HasLoop = false; in IsReachable() local 626 DFS(TargetSU, UpperBound, HasLoop); in IsReachable() 628 return HasLoop; in IsReachable()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 678 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 724 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
|