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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchRelaxation.cpp 454 MachineBasicBlock *BranchBB = MBB;
459 BranchBB = createNewBlockAfter(*MBB);
464 BranchBB->addLiveIn(LiveIn);
467 BranchBB->sortUniqueLiveIns();
468 BranchBB->addSuccessor(DestBB);
469 MBB->replaceSuccessor(DestBB, BranchBB);
474 BlockInfo[BranchBB->getNumber()].Size += TII->insertIndirectBranch(
475 *BranchBB, *DestBB, DL, DestOffset - SrcOffset, RS.get());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 361 void PredicateInfo::processBranch(BranchInst *BI, BasicBlock *BranchBB,
374 if (Succ == BranchBB)
382 new PredicateBranch(Op, BranchBB, Succ, Cond, TakenEdge);
385 EdgeUsesOnly.insert({BranchBB, Succ});
431 void PredicateInfo::processSwitch(SwitchInst *SI, BasicBlock *BranchBB,
452 EdgeUsesOnly.insert({BranchBB, TargetBlock});
464 BasicBlock *BranchBB = DTN->getBlock();
465 if (auto *BI = dyn_cast<BranchInst>(BranchBB->getTerminator())) {
471 processBranch(BI, BranchBB, OpsToRename);
472 } else if (auto *SI = dyn_cast<SwitchInst>(BranchBB->getTerminator()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 167 PredicateBranch(Value *Op, BasicBlock *BranchBB, BasicBlock *SplitBB,
169 : PredicateWithEdge(PT_Branch, Op, BranchBB, SplitBB, Condition),
  /external/clang/lib/CodeGen/
CGCleanup.cpp 402 llvm::BasicBlock *BranchBB = Fixup.OptimisticBranchBlock;
403 if (!BranchBB)
407 if (!ModifiedOptimisticBlocks.insert(BranchBB).second)
410 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB);
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 459 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FastISel.h 460 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 807 milliseconds