Home
last modified time | relevance | path

Searched refs:loopInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp133 const MachineLoopInfo *loopInfo; member in __anona5268ff80111::RegAllocPBQP
192 const MachineLoopInfo *loopInfo, in build() argument
320 const MachineLoopInfo *loopInfo, in build() argument
323 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs); in build()
357 loopInfo->getLoopDepth(mbb)); in build()
551 loopInfo = &getAnalysis<MachineLoopInfo>(); in runOnMachineFunction()
589 builder->build(mf, lis, loopInfo, vregsToAlloc); in runOnMachineFunction()
DStackSlotColoring.cpp51 const MachineLoopInfo *loopInfo; member in __anon3b0ebf510111::StackSlotColoring
142 unsigned loopDepth = loopInfo->getLoopDepth(MBB); in ScanForSpillSlotRefs()
399 loopInfo = &getAnalysis<MachineLoopInfo>(); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h129 const MachineLoopInfo *loopInfo,
150 const MachineLoopInfo *loopInfo,
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp233 LoopInfo& loopInfo = getAnalysis<LoopInfo>(); in runOnLoop() local
238 loopInfo.removeBlock(*I); in runOnLoop()