Searched refs:isOutermost (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp30 PreservedAnalyses PA = (L.isOutermost() && !LoopNestPasses.empty())
71 assert(L.isOutermost() &&
H A DLoopSimplifyCFG.cpp451 if (!DL->isOutermost()) {
H A DSimpleLoopUnswitch.cpp2594 if (UpdatedL->isOutermost())
2599 if (L.isOutermost())
H A DLoopIdiomRecognize.cpp1469 if (CurLoop->isOutermost() && (!IsMemset || !IsLoopMemset)) {
H A DLICM.cpp528 assert((L->isOutermost() || L->getParentLoop()->isLCSSAForm(*DT)) &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h170 bool isOutermost() const { return getParentLoop() == nullptr; } function in class:llvm::LoopBase
632 assert(L->isOutermost() && "Not a top-level loop!");
660 assert(New->isOutermost() && "Loop already in subloop!");
H A DGenericLoopInfoImpl.h534 if (!Subloop->isOutermost())
711 assert((*I)->isOutermost() && "Top-level loop has a parent!");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp103 if (ML->isOutermost())
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp77 if (L.isOutermost()) {
H A DLoopNestAnalysis.cpp113 assert(!InnerLoop.isOutermost() && "Inner loop should have a parent");
H A DLoopCacheAnalysis.cpp577 if (!Root.isOutermost()) {
H A DLoopInfo.cpp882 if (Unloop->isOutermost()) {
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h139 bool isOutermost() const { return Parent == nullptr; } function in class:llvm::TGVarScope
H A DTGParser.cpp3691 if (CurScope->isOutermost() && Records.getGlobal(DeclName->getValue()))
3705 if (!CurScope->isOutermost())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp296 if (L->isOutermost())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp821 if (!CurLoop->isOutermost())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp395 if (L->isOutermost()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1322 if (ML->isOutermost())

Completed in 167 milliseconds