/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CalcSpillWeights.h | 49 const MachineLoopInfo &Loops; variable 58 const VirtRegMap &VRM, const MachineLoopInfo &Loops, in VirtRegAuxInfo()
|
H A D | MachineTraceMetrics.h | 101 const MachineLoopInfo *Loops = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionNormalization.cpp | 98 const PostIncLoopSet &Loops, in normalizeForPostIncUse() 121 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
|
H A D | LoopCacheAnalysis.cpp | 62 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop() argument 557 CacheCost(const LoopVectorTy & Loops,const LoopInfo & LI,ScalarEvolution & SE,TargetTransformInfo & TTI,AAResults & AA,DependenceInfo & DI,std::optional<unsigned> TRT) CacheCost() argument 582 LoopVectorTy Loops; getCacheCost() local [all...] |
H A D | DependenceAnalysis.cpp | 963 SmallBitVector &Loops, bool IsSrc) { in checkSubscript() argument 1001 SmallBitVector &Loops) { in checkSrcSubscript() argument 1008 checkDstSubscript(const SCEV * Dst,const Loop * LoopNest,SmallBitVector & Loops) checkDstSubscript() argument 1019 classifyPair(const SCEV * Src,const Loop * SrcLoopNest,const SCEV * Dst,const Loop * DstLoopNest,SmallBitVector & Loops) classifyPair() argument 2361 testMIV(const SCEV * Src,const SCEV * Dst,const SmallBitVector & Loops,FullDependence & Result) const testMIV() argument 2606 banerjeeMIVtest(const SCEV * Src,const SCEV * Dst,const SmallBitVector & Loops,FullDependence & Result) const banerjeeMIVtest() argument 2687 exploreDirections(unsigned Level,CoefficientInfo * A,CoefficientInfo * B,BoundInfo * Bound,const SmallBitVector & Loops,unsigned & DepthExpanded,const SCEV * Delta) const exploreDirections() argument 3154 propagate(const SCEV * & Src,const SCEV * & Dst,SmallBitVector & Loops,SmallVectorImpl<Constraint> & Constraints,bool & Consistent) propagate() argument [all...] |
H A D | InlineSizeEstimatorAnalysis.cpp | 60 Loops, global() enumerator
|
H A D | MustExecute.cpp | 360 const auto &Loops = MustExec.lookup(&V); in printInfoComment() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 184 LoopVectorTy Loops; // the loops in the nest (in breadth first order). variable
|
H A D | BlockFrequencyInfoImpl.h | 432 std::list<LoopData> Loops; variable [all...] |
H A D | DependenceAnalysis.h | 370 SmallBitVector Loops; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 219 auto Loops = LI.getLoopsInPreorder(); in runImpl() local
|
H A D | LoopUtils.cpp | 1585 appendReversedLoopsToWorklist(RangeT && Loops,SmallPriorityWorklist<Loop *,4> & Worklist) appendReversedLoopsToWorklist() argument 1609 appendLoopsToWorklist(RangeT && Loops,SmallPriorityWorklist<Loop *,4> & Worklist) appendLoopsToWorklist() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfoImpl.h | 392 DenseSet<const LoopT *> *Loops) const { in verifyLoopNest() argument 709 DenseSet<const LoopT *> Loops; in verify() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 768 MachineLoopInfo *Loops = nullptr; global() member in __anon15b143380311::EarlyIfConverter 829 updateLoops(MachineLoopInfo * Loops,ArrayRef<MachineBasicBlock * > Removed) updateLoops() argument 1123 MachineLoopInfo *Loops = nullptr; global() member in __anon15b143380b11::EarlyIfPredicator
|
H A D | MLRegAllocEvictAdvisor.cpp | 351 const MachineLoopInfo &Loops; global() member in __anonfc18a55b0111::MLEvictAdvisor 434 DevelopmentModeEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops,Logger * Log) DevelopmentModeEvictAdvisor() argument 572 MLEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops) MLEvictAdvisor() argument
|
H A D | SplitKit.h | 101 const MachineLoopInfo &Loops; variable
|
H A D | RegAllocGreedy.h | 176 MachineLoopInfo *Loops = nullptr; variable
|
H A D | RegAllocPBQP.cpp | 530 const MachineLoopInfo &Loops, in PBQPVirtRegAuxInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 223 SmallVector<Loop *, 8> Loops; in extractLoops() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 768 MachineLoopInfo *Loops; member in __anon5f262a470211::AArch64ConditionalCompares
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 149 std::vector<std::unique_ptr<ForeachLoop>> Loops; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollAndJamPass.cpp | 429 ArrayRef<Loop *> Loops = LN.getLoops(); tryToUnrollAndJamLoop() local
|
H A D | StructurizeCFG.cpp | 262 BB2BBMap Loops; member in __anonabeaf6490111::StructurizeCFG 559 void StructurizeCFG::insertConditions(bool Loops) { in insertConditions() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 96 const MachineLoopInfo *Loops = nullptr; member in __anon9a5ff2ae0111::SIOptimizeVGPRLiveRange
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 239 SmallVector<MachineLoop *, 4> Loops(MLI->begin(), MLI->end()); in runOnMachineFunction() local
|