Searched refs:getCycle (Results 1 – 9 of 9) sorted by relevance
608 auto const *DivTermCycle = CI.getCycle(&DivTermBlock); in computeJoinPoints()664 const auto *BlockCycle = CI.getCycle(Block); in computeJoinPoints()703 for (const auto *Cycle = CI.getCycle(&DivTermBlock); Cycle; in computeJoinPoints()859 auto *ExitLevelCycle = CI.getCycle(&DivExit); in propagateCycleExitDivergence()1038 for (const CycleT *Cycle = CI.getCycle(DefBlock); in isTemporalDivergent()1065 const auto *Cycle = CI.getCycle(JoinBlock); in analyzeControlDivergence()1097 const auto *BranchCycle = CI.getCycle(DivTermBlock); in analyzeControlDivergence()1264 auto *NestedCycle = CI.getCycle(NextBB); in computeStackPO()
404 CycleT *Cycle = getSmallestCommonCycle(getCycle(Pred), getCycle(Succ)); in splitCriticalEdge()417 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const457 CycleT *Cycle = getCycle(Block); in getCycleDepth()
273 CycleT *getCycle(const BlockT *Block) const;
967 MachineCycle *FromCycle = CI->getCycle(FromBB); in isLegalToBreakCriticalEdge()968 MachineCycle *ToCycle = CI->getCycle(ToBB); in isLegalToBreakCriticalEdge()1132 MachineCycle *MCycle = CI->getCycle(MBB); in isProfitableToSinkTo()1167 MachineCycle *Cycle = CI->getCycle(DefMI->getParent()); in isProfitableToSinkTo()1721 if (!TryBreak && CI->getCycle(SuccToSinkTo) && in SinkInstruction()1722 (!CI->getCycle(SuccToSinkTo)->isReducible() || in SinkInstruction()1723 CI->getCycle(SuccToSinkTo)->getHeader() == SuccToSinkTo)) { in SinkInstruction()
31 OS << "[stage " << getStage(MI) << " @" << getCycle(MI) << "c] " << *MI; in print()1167 int CycleSched = Schedule.getCycle(OrigMI); in rewriteScheduledInstr()1171 int CyclePhi = Schedule.getCycle(Phi); in rewriteScheduledInstr()1207 int DefCycle = Schedule.getCycle(&Phi); in isLoopCarried()1216 int LoopCycle = Schedule.getCycle(Use); in isLoopCarried()1414 int LoopProducerCycle = S.getCycle(LoopProducer); in remapUse()1415 int ConsumerCycle = S.getCycle(&MI); in remapUse()2848 OS << "Stage-" << S.getStage(MI) << "_Cycle-" << S.getCycle(MI); in annotate()
159 auto *BBCycle = CI.getCycle(BB); in verify()
141 int getCycle(MachineInstr *MI) { in getCycle() function
205 MachineCycle *FromCycle = CI->getCycle(SgprDef->getParent()); in isSafeToSink()209 MachineCycle *ToCycle = CI->getCycle(SuccToSinkTo); in isSafeToSink()
219 auto *C = CI->getCycle(BB); in mayBeInCycle()