HomeSort by: relevance | last modified time | path
    Searched refs:UncondBranch (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.cpp 88 auto UncondBranch =
122 UncondBranch = {iter, iter->getOperand(0).getMBB()};
125 TBB = UncondBranch.second;
137 if (MBB.isLayoutSuccessor(UncondBranch.second)) {
140 UncondBranch = {MBB.rend(), nullptr};
173 if (UncondBranch.first != MBB.rend()) {
175 assert(std::next(UncondBranch.first) == iter && "Wrong block layout.");
199 BuildMI(MBB, *UncondBranch.first, MBB.rfindDebugLoc(iter), get(BNCC))
200 .addMBB(UncondBranch.second);
203 EraseList.push_back(*UncondBranch.first)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
gcov.cpp 151 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
154 cl::alias UncondBranchA("unconditional-branches", cl::aliasopt(UncondBranch));
172 PreservePaths, UncondBranch, Intermediate, LongNames,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 52 PreservePaths(P), UncondBranch(U), Intermediate(I), LongFileNames(L),
61 bool UncondBranch;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 1294 Instruction *UncondBranch = Pred->getTerminator();
1341 UncondBranch->eraseFromParent();
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 776 else if (options.UncondBranch && NumEdges == 1) {

Completed in 78 milliseconds