HomeSort by relevance Sort by last modified time
    Searched refs:LastBr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 129 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End);
132 if ((LastBr == End) ||
133 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch()))
136 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End);
158 NewMBB->splice(NewMBB->end(), MBB, (++LastBr).base(), MBB->end());
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]

Completed in 260 milliseconds