HomeSort by relevance Sort by last modified time
    Searched full:branchbb (Results 1 - 3 of 3) sorted by null

  /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/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 284 milliseconds