Searched refs:LoopInst (Results 1 – 3 of 3) sorted by relevance
1088 MachineInstr *LoopInst = MRI.getVRegDef(LoopVal); in getPrevMapVal() local1096 else if (!LoopInst->isPHI() || LoopInst->getParent() != BB) in getPrevMapVal()1101 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()1102 else if (StageNum > PhiStage + 1 && LoopInst->getParent() == BB) in getPrevMapVal()1105 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()
812 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining() local814 if (LoopInst) in analyzeLoopForPipelining()815 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*I); in analyzeLoopForPipelining()
5502 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() local5503 Register LoopCountReg = LoopInst->getOperand(0).getReg(); in analyzeLoopForPipelining()5506 return std::make_unique<PPCPipelinerLoopInfo>(LoopInst, &*I, LoopCount); in analyzeLoopForPipelining()