Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp221 bool BreakPHIEdge);
232 MachineBasicBlock *DefMBB, bool &BreakPHIEdge,
235 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors);
310 bool &BreakPHIEdge, in AllUsesDominatedByBlock() argument
339 BreakPHIEdge = true; in AllUsesDominatedByBlock()
637 bool BreakPHIEdge) { in PostponeSplitCriticalEdge() argument
692 if (!BreakPHIEdge) { in PostponeSplitCriticalEdge()
770 bool BreakPHIEdge = false; in isProfitableToSinkTo() local
773 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors)) in isProfitableToSinkTo()
821 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB, BreakPHIEdge, in isProfitableToSinkTo()
[all …]