Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance
553 bool HasLoop = false; in AddPred() local558 DFS(Y, UpperBound, HasLoop); in AddPred()559 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred()572 bool &HasLoop) { in DFS() argument587 HasLoop = true; in DFS()734 bool HasLoop = false; in IsReachable() local739 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()741 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()
723 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
322 bool HasLoop; member in __anon8332aff20211::LinearizedRegion871 void LinearizedRegion::setHasLoop(bool Value) { HasLoop = Value; } in setHasLoop()873 bool LinearizedRegion::getHasLoop() { return HasLoop; } in getHasLoop()