Home
last modified time | relevance | path

Searched refs:HasLoop (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDScheduleDAG.cpp523 bool HasLoop = false; in AddPred() local
528 DFS(Y, UpperBound, HasLoop); in AddPred()
529 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred()
546 bool &HasLoop) { in DFS() argument
561 HasLoop = true; in DFS()
622 bool HasLoop = false; in IsReachable() local
627 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()
629 return HasLoop; in IsReachable()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxxList.cpp52 HasLoop(size_t);
205 lldb_private::formatters::LibcxxStdListSyntheticFrontEnd::HasLoop(size_t count) in HasLoop() function in lldb_private::formatters::LibcxxStdListSyntheticFrontEnd
290 if (HasLoop(idx)) in GetChildAtIndex()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDScheduleDAG.h706 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);