Searched defs:Loops (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp61 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { argument
[all...]
H A DScalarEvolutionNormalization.cpp96 normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) argument
110 denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) argument
H A DInlineSizeEstimatorAnalysis.cpp61 Loops, member in class:__anon1658::IRToNativeSizeLearning::NamedFeatureIndex
H A DMustExecute.cpp448 const auto &Loops = MustExec.lookup(&V); variable
H A DDependenceAnalysis.cpp889 checkSubscript(const SCEV *Expr, const Loop *LoopNest, SmallBitVector &Loops, bool IsSrc) argument
915 checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, SmallBitVector &Loops) argument
922 checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, SmallBitVector &Loops) argument
932 classifyPair(const SCEV *Src, const Loop *SrcLoopNest, const SCEV *Dst, const Loop *DstLoopNest, SmallBitVector &Loops) argument
2275 testMIV(const SCEV *Src, const SCEV *Dst, const SmallBitVector &Loops, FullDependence &Result) const argument
2520 banerjeeMIVtest(const SCEV *Src, const SCEV *Dst, const SmallBitVector &Loops, FullDependence &Result) const argument
2600 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument
3055 propagate(const SCEV *&Src, const SCEV *&Dst, SmallBitVector &Loops, SmallVectorImpl<Constraint> &Constraints, bool &Consistent) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h153 LoopVectorTy Loops; // the loops in the nest (in breadth first order). variable
[all...]
H A DLoopInfoImpl.h691 DenseSet<const LoopT *> Loops; local
H A DDependenceAnalysis.h349 SmallBitVector Loops; member in struct:llvm::DependenceInfo::Subscript
[all...]
H A DBlockFrequencyInfoImpl.h425 std::list<LoopData> Loops; member in class:llvm::BlockFrequencyInfoImplBase
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h50 const MachineLoopInfo &Loops; member in class:llvm::VirtRegAuxInfo
58 VirtRegAuxInfo(MachineFunction &MF, LiveIntervals &LIS, const VirtRegMap &VRM, const MachineLoopInfo &Loops, const MachineBlockFrequencyInfo &MBFI) argument
H A DMachineTraceMetrics.h92 const MachineLoopInfo *Loops = nullptr; member in class:llvm::MachineTraceMetrics
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp213 auto Loops = LI.getLoopsInPreorder(); local
H A DLoopUtils.cpp1532 void llvm::appendLoopsToWorklist(RangeT &&Loops, argument
1507 appendReversedLoopsToWorklist( RangeT &&Loops, SmallPriorityWorklist<Loop *, 4> &Worklist) argument
H A DScalarEvolutionExpander.cpp1398 PostIncLoopSet Loops; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp228 SmallVector<Loop *, 8> Loops; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h102 const MachineLoopInfo &Loops; member in class:llvm::SplitAnalysis
H A DRegAllocPBQP.cpp529 PBQPVirtRegAuxInfo(MachineFunction &MF, LiveIntervals &LIS, VirtRegMap &VRM, const MachineLoopInfo &Loops, const MachineBlockFrequencyInfo &MBFI) argument
H A DEarlyIfConversion.cpp764 MachineLoopInfo *Loops; member in class:__anon1757::EarlyIfConverter
825 void updateLoops(MachineLoopInfo *Loops, argument
1089 MachineLoopInfo *Loops; member in class:__anon1760::EarlyIfPredicator
H A DInlineSpiller.cpp92 MachineLoopInfo &Loops; member in class:__anon1782::HoistSpillHelper
165 MachineLoopInfo &Loops; member in class:__anon1782::InlineSpiller
H A DRegAllocGreedy.cpp165 MachineLoopInfo *Loops; member in class:__anon1858::RAGreedy
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h137 std::vector<std::unique_ptr<ForeachLoop>> Loops; member in class:llvm::TGParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp770 MachineLoopInfo *Loops; member in class:__anon2132::AArch64ConditionalCompares
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp434 ArrayRef<Loop *> Loops = LN.getLoops(); local
H A DStructurizeCFG.cpp261 BB2BBMap Loops; member in class:__anon3027::StructurizeCFG
544 void StructurizeCFG::insertConditions(bool Loops) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp508 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); local

Completed in 410 milliseconds

12