Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp835 bool TryBreak = false; in SinkInstruction() local
839 TryBreak = true; in SinkInstruction()
844 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
846 TryBreak = true; in SinkInstruction()
850 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
852 TryBreak = true; in SinkInstruction()
856 if (!TryBreak) in SinkInstruction()