Searched refs:HasLoop (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 557 bool HasLoop = false; in AddPred() local 562 DFS(Y, UpperBound, HasLoop); in AddPred() 563 assert(!HasLoop && "Inserted edge creates a loop!"); in AddPred() 576 bool &HasLoop) { in DFS() argument 591 HasLoop = true; in DFS() 738 bool HasLoop = false; in IsReachable() local 743 DFS(TargetSU, UpperBound, HasLoop); in IsReachable() 745 return HasLoop; in IsReachable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 136 bool HasLoop(size_t count); 194 bool AbstractListFrontEnd::HasLoop(size_t count) { in HasLoop() function in AbstractListFrontEnd 268 if (HasLoop(idx + 1)) in GetChildAtIndex() 374 if (HasLoop(idx + 1)) in GetChildAtIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaSubtarget.h | 71 bool hasLoop() const { return HasLoop; } in hasLoop()
|
| H A D | XtensaFeatures.td | 31 def FeatureLoop : SubtargetFeature<"loop", "HasLoop", "true", 33 def HasLoop : Predicate<"Subtarget->hasLoop()">,
|
| H A D | XtensaInstrInfo.td | 956 "loop\t$s, $target", []>, Requires<[HasLoop]> { 967 "loopgtz\t$s, $target", []>, Requires<[HasLoop]> { 978 "loopnez\t$s, $target", []>, Requires<[HasLoop]> {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 745 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
|