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

/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h45 const MachineLoopInfo &Loops; member in class:llvm::VirtRegAuxInfo
50 MF(mf), LIS(lis), Loops(loops) {}
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp69 PostIncLoopSet &Loops; member in class:__anon8628::PostIncTransform
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
127 Loops.insert(L);
139 if (Loops.count(L)) {
152 if (Loops.count(L))
218 PostIncLoopSet &Loops,
221 PostIncTransform Transform(Kind, Loops, SE, DT);
214 TransformForPostIncUse(TransformKind Kind, const SCEV *S, Instruction *User, Value *OperandValToReplace, PostIncLoopSet &Loops, ScalarEvolution &SE, DominatorTree &DT) argument
H A DScalarEvolutionExpander.cpp1167 PostIncLoopSet Loops; local
1168 Loops.insert(L);
1171 Loops, SE, *SE.DT));
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp371 const MachineLoopInfo &Loops) {
372 VirtRegAuxInfo VRAI(MF, LIS, Loops);
370 calculateRegClassAndHint(MachineFunction &MF, const MachineLoopInfo &Loops) argument
H A DMachineTraceMetrics.h72 const MachineLoopInfo *Loops; member in class:llvm::MachineTraceMetrics
H A DSplitKit.h46 const MachineLoopInfo &Loops; member in class:llvm::SplitAnalysis
H A DEarlyIfConversion.cpp586 MachineLoopInfo *Loops; member in class:__anon8656::EarlyIfConverter
647 if (!Loops)
652 Loops->removeBlock(Removed[i]);
783 Loops = getAnalysisIfAvailable<MachineLoopInfo>();
H A DExecutionDepsFix.cpp676 SmallVector<MachineBasicBlock*, 16> Loops; local
682 Loops.push_back(MBB);
691 for (unsigned i = 0, e = Loops.size(); i != e; ++i) {
692 MachineBasicBlock *MBB = Loops[i];
H A DRegAllocGreedy.cpp77 MachineLoopInfo *Loops; member in class:__anon8706::RAGreedy
1760 Loops = &getAnalysis<MachineLoopInfo>();
1765 SA.reset(new SplitAnalysis(*VRM, *LIS, *Loops));
H A DInlineSpiller.cpp60 MachineLoopInfo &Loops; member in class:__anon8665::InlineSpiller
144 Loops(pass.getAnalysis<MachineLoopInfo>()),
433 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
438 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
1294 Edit->calculateRegClassAndHint(MF, Loops);
H A DRegisterCoalescer.cpp79 const MachineLoopInfo* Loops; member in class:__anon8709::RegisterCoalescer
1516 if (Loops->empty()) {
1531 MBBs.push_back(std::make_pair(Loops->getLoopDepth(MBB), I));
1564 Loops = &getAnalysis<MachineLoopInfo>();
H A DSplitKit.cpp48 Loops(mli),
682 const MachineLoopInfo &Loops = SA.Loops; local
683 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
691 const MachineLoop *Loop = Loops.getLoopFor(MBB);
1122 Edit->calculateRegClassAndHint(VRM.getMachineFunction(), SA.Loops);
/external/llvm/lib/TableGen/
H A DTGParser.h60 /// Loops - Keep track of any foreach loops we are within.
63 LoopVector Loops; member in class:llvm::TGParser
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1 //===- LoopStrengthReduce.cpp - Strength Reduce IVs in Loops --------------===//
4300 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); local
4303 Loops, SE, DT);
4314 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); local
4317 Loops, SE, DT);

Completed in 5564 milliseconds