HomeSort by relevance Sort by last modified time
    Searched refs:LastBr (Results 1 - 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 247 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End);
250 if ((LastBr == End) ||
251 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch()))
254 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End);
276 NewMBB->splice(NewMBB->end(), MBB, LastBr.getReverse(), MBB->end());
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]

Completed in 96 milliseconds