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

/external/llvm/lib/CodeGen/
H A DMachineSink.cpp626 bool TryBreak = false; local
630 TryBreak = true;
635 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) {
637 TryBreak = true;
641 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {
643 TryBreak = true;
647 if (!TryBreak)

Completed in 78 milliseconds