Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance
555 bool HasLoop = false; in AddPred() local560 DFS(Y, UpperBound, HasLoop); in AddPred()561 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred()574 bool &HasLoop) { in DFS() argument589 HasLoop = true; in DFS()736 bool HasLoop = false; in IsReachable() local741 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()743 return HasLoop; in IsReachable()
131 bool HasLoop(size_t count);189 bool AbstractListFrontEnd::HasLoop(size_t count) { in HasLoop() function in AbstractListFrontEnd263 if (HasLoop(idx + 1)) in GetChildAtIndex()356 if (HasLoop(idx + 1)) in GetChildAtIndex()
741 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
322 bool HasLoop; member in __anon3d3c1dbc0211::LinearizedRegion869 void LinearizedRegion::setHasLoop(bool Value) { HasLoop = Value; } in setHasLoop()871 bool LinearizedRegion::getHasLoop() { return HasLoop; } in getHasLoop()