Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp553 bool TryBreak = false; in SinkInstruction() local
557 TryBreak = true; in SinkInstruction()
562 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
564 TryBreak = true; in SinkInstruction()
568 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
570 TryBreak = true; in SinkInstruction()
574 if (!TryBreak) in SinkInstruction()
/external/llvm/lib/CodeGen/
DMachineSink.cpp775 bool TryBreak = false; in SinkInstruction() local
779 TryBreak = true; in SinkInstruction()
784 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
786 TryBreak = true; in SinkInstruction()
790 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
792 TryBreak = true; in SinkInstruction()
796 if (!TryBreak) in SinkInstruction()