Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance
552 bool HasLoop = false; in AddPred() local557 DFS(Y, UpperBound, HasLoop); in AddPred()558 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred()571 bool &HasLoop) { in DFS() argument586 HasLoop = true; in DFS()731 bool HasLoop = false; in IsReachable() local736 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()738 return HasLoop; in IsReachable()
135 bool HasLoop(size_t count);193 bool AbstractListFrontEnd::HasLoop(size_t count) { in HasLoop() function in AbstractListFrontEnd267 if (HasLoop(idx + 1)) in GetChildAtIndex()362 if (HasLoop(idx + 1)) in GetChildAtIndex()
714 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
322 bool HasLoop; member in __anonf8f2b3930211::LinearizedRegion871 void LinearizedRegion::setHasLoop(bool Value) { HasLoop = Value; } in setHasLoop()873 bool LinearizedRegion::getHasLoop() { return HasLoop; } in getHasLoop()