Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp731 bool TryBreak = false; in SinkInstruction() local
735 TryBreak = true; in SinkInstruction()
740 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
742 TryBreak = true; in SinkInstruction()
746 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
748 TryBreak = true; in SinkInstruction()
752 if (!TryBreak) in SinkInstruction()