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 131 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End);
134 if ((LastBr == End) ||
135 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch()))
138 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End);
160 NewMBB->splice(NewMBB->end(), MBB, (++LastBr).base(), MBB->end());
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]

Completed in 1212 milliseconds