Home
last modified time | relevance | path

Searched defs:InnerLoop (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp31 class InnerLoop { class
33 InnerLoop() { in InnerLoop() function in clang_fuzzer::InnerLoop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp53 bool LoopNest::arePerfectlyNested(const Loop &OuterLoop, const Loop &InnerLoop, in arePerfectlyNested()
190 const Loop *InnerLoop = SubLoops->front(); in getMaxPerfectDepth() local
235 static bool checkLoopsStructure(const Loop &OuterLoop, const Loop &InnerLoop, in checkLoopsStructure()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp38 class InnerLoop { class
40 InnerLoop() { in InnerLoop() function in clang_fuzzer::InnerLoop
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp358 Loop *InnerLoop; member in __anonc2e4e0200211::LoopInterchangeLegality
386 Loop *InnerLoop; member in __anonc2e4e0200211::LoopInterchangeProfitability
415 Loop *InnerLoop; member in __anonc2e4e0200211::LoopInterchangeTransform
583 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
754 Loop *L, SmallVector<PHINode *, 8> &Inductions, Loop *InnerLoop) { in findInductionAndReductions()
995 static bool areOuterLoopExitPHIsSupported(Loop *OuterLoop, Loop *InnerLoop) { in areOuterLoopExitPHIsSupported()
1213 Loop *InnerLoop) { in removeChildLoop()
1461 Loop *InnerLoop, LoopInfo *LI) { in moveLCSSAPhis()
H A DLoopFlatten.cpp76 Loop *InnerLoop = nullptr; member
664 for (auto *InnerLoop : LI->getLoopsInPreorder()) { in Flatten() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp75 Loop *InnerLoop = LI.AllocateLoop(); in CreateTiledLoops() local
H A DLoopUtils.cpp894 bool llvm::hasIterationCountInvariantInParent(Loop *InnerLoop, in hasIterationCountInvariantInParent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp267 Loop *InnerLoop = nullptr; in createTileDPLoops() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1789 ArrayInitLoopExpr *InnerLoop = dyn_cast<ArrayInitLoopExpr>(E->getSubExpr()); in VisitArrayInitLoopExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2572 for (const MachineLoop *InnerLoop : L) in buildLoopChains() local
H A DMachinePipeliner.cpp237 for (auto &InnerLoop : L) in scheduleLoop() local