Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h27 using MachineCycle = MachineCycleInfo::CycleT; variable
50 bool isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp237 void FindCycleSinkCandidates(MachineCycle *Cycle, MachineBasicBlock *BB,
239 bool SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I);
384 MachineCycle *Cycle, MachineBasicBlock *BB, in FindCycleSinkCandidates()
470 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), in runOnMachineFunction()
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()
1228 bool MachineSinking::SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I) { in SinkIntoCycle()
H A DMachineCycleAnalysis.cpp94 bool llvm::isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I) { in isCycleInvariant()
H A DMachineUniformityAnalysis.cpp99 const MachineInstr &I, const MachineCycle &DefCycle) const { in usesValueFromCycle()