Home
last modified time | relevance | path

Searched defs:Loops (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h49 const MachineLoopInfo &Loops; variable
58 const VirtRegMap &VRM, const MachineLoopInfo &Loops, in VirtRegAuxInfo()
H A DMachineTraceMetrics.h101 const MachineLoopInfo *Loops = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
121 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
H A DLoopCacheAnalysis.cpp62 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 DDependenceAnalysis.cpp963 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 DInlineSizeEstimatorAnalysis.cpp60 Loops, global() enumerator
H A DMustExecute.cpp360 const auto &Loops = MustExec.lookup(&V); in printInfoComment() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h184 LoopVectorTy Loops; // the loops in the nest (in breadth first order). variable
H A DBlockFrequencyInfoImpl.h432 std::list<LoopData> Loops; variable
[all...]
H A DDependenceAnalysis.h370 SmallBitVector Loops; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp219 auto Loops = LI.getLoopsInPreorder(); in runImpl() local
H A DLoopUtils.cpp1585 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 DGenericLoopInfoImpl.h392 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 DEarlyIfConversion.cpp768 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 DMLRegAllocEvictAdvisor.cpp351 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 DSplitKit.h101 const MachineLoopInfo &Loops; variable
H A DRegAllocGreedy.h176 MachineLoopInfo *Loops = nullptr; variable
H A DRegAllocPBQP.cpp530 const MachineLoopInfo &Loops, in PBQPVirtRegAuxInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp223 SmallVector<Loop *, 8> Loops; in extractLoops() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp768 MachineLoopInfo *Loops; member in __anon5f262a470211::AArch64ConditionalCompares
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h149 std::vector<std::unique_ptr<ForeachLoop>> Loops; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp429 ArrayRef<Loop *> Loops = LN.getLoops(); tryToUnrollAndJamLoop() local
H A DStructurizeCFG.cpp262 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 DSIOptimizeVGPRLiveRange.cpp96 const MachineLoopInfo *Loops = nullptr; member in __anon9a5ff2ae0111::SIOptimizeVGPRLiveRange
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp239 SmallVector<MachineLoop *, 4> Loops(MLI->begin(), MLI->end()); in runOnMachineFunction() local

12