Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp845 bool TryBreak = false; in SinkInstruction() local
849 TryBreak = true; in SinkInstruction()
854 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
856 TryBreak = true; in SinkInstruction()
860 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
862 TryBreak = true; in SinkInstruction()
866 if (!TryBreak) in SinkInstruction()