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-10.0/llvm/lib/CodeGen/
DMachineSink.cpp930 bool TryBreak = false; in SinkInstruction() local
934 TryBreak = true; in SinkInstruction()
939 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) { in SinkInstruction()
941 TryBreak = true; in SinkInstruction()
945 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
947 TryBreak = true; in SinkInstruction()
951 if (!TryBreak) in SinkInstruction()