Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1403 bool TryBreak = false; in SinkInstruction() local
1408 TryBreak = true; in SinkInstruction()
1413 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
1415 TryBreak = true; in SinkInstruction()
1419 if (!TryBreak && CI->getCycle(SuccToSinkTo) && in SinkInstruction()
1423 TryBreak = true; in SinkInstruction()
1427 if (!TryBreak) in SinkInstruction()