| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 35 class LoopInfo; variable 96 LoopInfo *LI = nullptr, 111 DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr); 147 LoopInfo *LI; 159 LoopInfo *LI = nullptr, 251 DominatorTree *DT = nullptr, LoopInfo *LI = nullptr, 283 LoopInfo *LI = nullptr, 296 DomTreeUpdater *DTU = nullptr, LoopInfo *LI = nullptr, 306 DomTreeUpdater *DTU, LoopInfo *LI, 327 LoopInfo *LI = nullptr, [all …]
|
| H A D | LoopUtils.h | 33 class LoopInfo; variable 53 BasicBlock *InsertPreheaderForLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, 61 bool formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI, 81 const LoopInfo &LI, ScalarEvolution *SE, IRBuilderBase &Builder, 96 bool formLCSSA(Loop &L, const DominatorTree &DT, const LoopInfo *LI, 108 bool formLCSSARecursively(Loop &L, const DominatorTree &DT, const LoopInfo *LI, 148 bool sinkRegion(DomTreeNode *, AAResults *, LoopInfo *, DominatorTree *, 156 bool sinkRegionForLoopNest(DomTreeNode *, AAResults *, LoopInfo *, 172 bool hoistRegion(DomTreeNode *, AAResults *, LoopInfo *, DominatorTree *, 190 LoopInfo *LI, MemorySSA *MSSA = nullptr); [all …]
|
| H A D | UnrollLoop.h | 30 class LoopInfo; variable 50 BasicBlock *ClonedBB, LoopInfo *LI, 77 LoopUnrollResult UnrollLoop(Loop *L, UnrollLoopOptions ULO, LoopInfo *LI, 87 LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC, 93 LoopInfo *LI, ScalarEvolution *SE, 100 DependenceInfo &DI, LoopInfo &LI); 103 DominatorTree &DT, LoopInfo *LI, AssumptionCache *AC, 113 void simplifyLoopAfterUnroll(Loop *L, bool SimplifyIVs, LoopInfo *LI,
|
| H A D | SimplifyIndVar.h | 26 class LoopInfo; variable 51 LoopInfo *LI, const TargetTransformInfo *TTI, 58 LoopInfo *LI, const TargetTransformInfo *TTI, 77 LoopInfo *LI, ScalarEvolution *SE, SCEVExpander &Rewriter,
|
| H A D | MatrixUtils.h | 23 class LoopInfo; variable 75 LoopInfo &LI); 85 LoopInfo &LI);
|
| H A D | LoopVersioning.h | 28 class LoopInfo; variable 48 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI, 142 LoopInfo *LI;
|
| H A D | LoopRotationUtils.h | 21 class LoopInfo; variable 33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
|
| H A D | LoopSimplify.h | 48 class LoopInfo; variable 64 bool simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 62 function_ref<LoopInfo &(Function &)> LookupLoopInfo, in LoopExtractor() 74 function_ref<LoopInfo &(Function &)> LookupLoopInfo; 79 bool extractLoops(Loop::iterator From, Loop::iterator To, LoopInfo &LI, 81 bool extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT); 120 auto LookupLoopInfo = [this, &Changed](Function &F) -> LoopInfo & { in runOnModule() 170 LoopInfo &LI = LookupLoopInfo(F); in runOnFunction() 221 LoopInfo &LI, DominatorTree &DT) { in extractLoops() 239 bool LoopExtractor::extractLoop(Loop *L, LoopInfo &LI, DominatorTree &DT) { in extractLoop() 266 auto LookupLoopInfo = [&FAM](Function &F) -> LoopInfo & { in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 60 class LoopInfo; variable 827 bool isRecursivelyLCSSAForm(const DominatorTree &DT, const LoopInfo &LI, 919 friend class LoopInfo; variable 1108 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> { 1113 void operator=(const LoopInfo &) = delete; 1114 LoopInfo(const LoopInfo &) = delete; 1117 LoopInfo() = default; 1118 explicit LoopInfo(const DominatorTreeBase<BasicBlock, false> &DomTree); 1120 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function 1121 LoopInfo &operator=(LoopInfo &&RHS) { [all …]
|
| H A D | CFG.h | 27 class LoopInfo; variable 72 const DominatorTree *DT = nullptr, const LoopInfo *LI = nullptr); 83 const DominatorTree *DT = nullptr, const LoopInfo *LI = nullptr); 97 const DominatorTree *DT = nullptr, const LoopInfo *LI = nullptr);
|
| H A D | LoopAnalysisManager.h | 41 class LoopInfo; variable 55 LoopInfo &LI; 88 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result() 137 LoopInfo *LI;
|
| H A D | SyncDependenceAnalysis.h | 30 class LoopInfo; variable 64 const LoopInfo &LI); 84 const LoopInfo &LI;
|
| H A D | LoopCacheAnalysis.h | 28 class LoopInfo; variable 53 IndexedReference(Instruction &StoreOrLoadInst, const LoopInfo &LI, 100 bool delinearize(const LoopInfo &LI); 201 CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, ScalarEvolution &SE, 275 const LoopInfo &LI;
|
| H A D | LazyBranchProbabilityInfo.h | 25 class LoopInfo; variable 58 LazyBranchProbabilityInfo(const Function *F, const LoopInfo *LI, in LazyBranchProbabilityInfo() 80 const LoopInfo *LI;
|
| H A D | BlockFrequencyInfo.h | 28 class LoopInfo; variable 45 const LoopInfo &LI); 93 const LoopInfo &LI);
|
| H A D | DivergenceAnalysis.h | 46 const DominatorTree &DT, const LoopInfo &LI, 121 const LoopInfo &LI; 155 const PostDominatorTree &PDT, const LoopInfo &LI,
|
| H A D | LoopIterator.h | 123 void perform(LoopInfo *LI); 180 void perform(LoopInfo *LI) { in perform() 207 LoopInfo *LI; 210 LoopBlocksTraversal(LoopBlocksDFS &Storage, LoopInfo *LInfo) : in LoopBlocksTraversal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHCFGBuilder.h | 33 class LoopInfo; variable 47 LoopInfo *LI; 65 VPlanHCFGBuilder(Loop *Lp, LoopInfo *LI, VPlan &P) in VPlanHCFGBuilder()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 87 class LoopInfo { 90 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, 92 LoopInfo *Parent); 124 LoopInfo *Parent; 293 const LoopInfo &getInfo() const { return *Active.back(); } in getInfo() 297 llvm::SmallVector<std::unique_ptr<LoopInfo>, 4> Active;
|
| H A D | CGLoopInfo.cpp | 25 LoopInfo::createLoopPropertiesMetadata(ArrayRef<Metadata *> LoopProperties) { in createLoopPropertiesMetadata() 36 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, in createPipeliningMetadata() 81 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, in createPartialUnrollMetadata() 143 LoopInfo::createUnrollAndJamMetadata(const LoopAttributes &Attrs, in createUnrollAndJamMetadata() 211 LoopInfo::createLoopVectorizeMetadata(const LoopAttributes &Attrs, in createLoopVectorizeMetadata() 329 LoopInfo::createLoopDistributeMetadata(const LoopAttributes &Attrs, in createLoopDistributeMetadata() 379 MDNode *LoopInfo::createFullUnrollMetadata(const LoopAttributes &Attrs, in createFullUnrollMetadata() 416 MDNode *LoopInfo::createMetadata( in createMetadata() 475 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo() function in LoopInfo 477 LoopInfo *Parent) in LoopInfo() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | SyncDependenceAnalysis.cpp | 155 static void computeLoopPO(const LoopInfo &LI, Loop &Loop, POCB CallBack, 159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO() 213 static void computeTopLevelPO(Function &F, const LoopInfo &LI, POCB CallBack) { in computeTopLevelPO() 221 static void computeLoopPO(const LoopInfo &LI, Loop &Loop, POCB CallBack, in computeLoopPO() 252 const LoopInfo &LI) in SyncDependenceAnalysis() 266 const LoopInfo &LI; 280 const PostDominatorTree &PDT, const LoopInfo &LI, in DivergencePropagator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FixIrreducible.cpp | 118 static void reconnectChildLoops(LoopInfo &LI, Loop *ParentLoop, Loop *NewLoop, in INITIALIZE_PASS_DEPENDENCY() 167 static void createNaturalLoopInternal(LoopInfo &LI, DominatorTree &DT, in createNaturalLoopInternal() 256 static void createNaturalLoop(LoopInfo &LI, DominatorTree &DT, Function *F, in createNaturalLoop() 262 static void createNaturalLoop(LoopInfo &LI, DominatorTree &DT, Loop &L, in createNaturalLoop() 270 static bool makeReducible(LoopInfo &LI, DominatorTree &DT, Graph &&G) { in makeReducible() 316 static bool FixIrreducibleImpl(Function &F, LoopInfo &LI, DominatorTree &DT) { in FixIrreducibleImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorize.h | 72 class LoopInfo; variable 174 LoopInfo *LI; 190 LoopVectorizeResult runImpl(Function &F, ScalarEvolution &SE_, LoopInfo &LI_,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 66 DominatorTree &DT, LoopInfo &LI) { in IsAcceptableTarget() 105 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction() 175 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() 213 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
|