Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp3185 MachineInstr *LoopInst = MRI.getVRegDef(LoopVal); in getPrevMapVal() local
3193 else if (!LoopInst->isPHI()) in getPrevMapVal()
3198 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
3199 else if (StageNum > PhiStage + 1 && LoopInst->getParent() == BB) in getPrevMapVal()
3202 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()