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() argument587 HasLoop = true; in DFS()732 bool HasLoop = false; in IsReachable() local737 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()739 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()
715 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
322 bool HasLoop; member in __anon9f8240700211::LinearizedRegion873 void LinearizedRegion::setHasLoop(bool Value) { HasLoop = Value; } in setHasLoop()875 bool LinearizedRegion::getHasLoop() { return HasLoop; } in getHasLoop()