Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance
517 bool HasLoop = false; in AddPred() local522 DFS(Y, UpperBound, HasLoop); in AddPred()523 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred()534 bool &HasLoop) { in DFS() argument550 HasLoop = true; in DFS()685 bool HasLoop = false; in IsReachable() local690 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()692 return HasLoop; in IsReachable()
138 bool HasLoop(size_t count);196 bool AbstractListFrontEnd::HasLoop(size_t count) { in HasLoop() function in AbstractListFrontEnd270 if (HasLoop(idx + 1)) in GetChildAtIndex()374 if (HasLoop(idx + 1)) in GetChildAtIndex()
708 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
341 bool HasLoop; member in __anon98c1c4210211::LinearizedRegion892 void LinearizedRegion::setHasLoop(bool Value) { HasLoop = Value; } in setHasLoop()894 bool LinearizedRegion::getHasLoop() { return HasLoop; } in getHasLoop()