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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 142 MachineBasicBlock *BranchBlock; // Block containing the branch
209 : BranchBlock(nullptr), BranchTargetBlock(nullptr),
213 BranchBlock = nullptr;
240 << Cand.BranchBlock->getNumber() << " can be coalesced:");
243 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB,
249 for (auto &I : Cand.BranchBlock->terminators()) {
274 if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) {
280 // FalseMBB is null, and BranchTargetBlock is a successor to BranchBlock)
282 !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 95 milliseconds