Searched refs:getCycle (Results 1 – 7 of 7) sorted by relevance
603 auto const *DivTermCycle = CI.getCycle(&DivTermBlock); in computeJoinPoints()659 const auto *BlockCycle = CI.getCycle(Block); in computeJoinPoints()698 for (const auto *Cycle = CI.getCycle(&DivTermBlock); Cycle; in computeJoinPoints()912 auto *ExitLevelCycle = CI.getCycle(&DivExit); in propagateCycleExitDivergence()1100 const auto *Cycle = CI.getCycle(JoinBlock); in analyzeControlDivergence()1132 const auto *BranchCycle = CI.getCycle(DivTermBlock); in analyzeControlDivergence()1284 auto *NestedCycle = CI.getCycle(NextBB); in computeStackPO()
372 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const386 CycleT *Cycle = getCycle(Block); in getCycleDepth()
266 CycleT *getCycle(const BlockT *Block) const;
645 MachineCycle *FromCycle = CI->getCycle(FromBB); in PostponeSplitCriticalEdge()646 MachineCycle *ToCycle = CI->getCycle(ToBB); in PostponeSplitCriticalEdge()776 MachineCycle *MCycle = CI->getCycle(MBB); in isProfitableToSinkTo()828 MachineCycle *Cycle = CI->getCycle(DefMI->getParent()); in isProfitableToSinkTo()1419 if (!TryBreak && CI->getCycle(SuccToSinkTo) && in SinkInstruction()1420 (!CI->getCycle(SuccToSinkTo)->isReducible() || in SinkInstruction()1421 CI->getCycle(SuccToSinkTo)->getHeader() == SuccToSinkTo)) { in SinkInstruction()
27 OS << "[stage " << getStage(MI) << " @" << getCycle(MI) << "c] " << *MI; in print()1165 int CycleSched = Schedule.getCycle(OrigMI); in rewriteScheduledInstr()1169 int CyclePhi = Schedule.getCycle(Phi); in rewriteScheduledInstr()1205 int DefCycle = Schedule.getCycle(&Phi); in isLoopCarried()1214 int LoopCycle = Schedule.getCycle(Use); in isLoopCarried()1412 int LoopProducerCycle = S.getCycle(LoopProducer); in remapUse()1413 int ConsumerCycle = S.getCycle(&MI); in remapUse()2209 OS << "Stage-" << S.getStage(MI) << "_Cycle-" << S.getCycle(MI); in annotate()
140 int getCycle(MachineInstr *MI) { in getCycle() function
1621 auto *C = CI->getCycle(BB); in updateImpl()