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

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 94 const BasicBlock *PBB = I->getParent();
95 const Function *PF = PBB->getParent();
102 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
105 std::advance(RI, std::distance(PBB->begin(), BasicBlock::const_iterator(I)));
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 841 // Look at blocks (IBB) with multiple predecessors (PBB).
870 MachineBasicBlock *PBB = *P;
871 if (TriedMerging.count(PBB))
875 if (PBB == IBB
    [all...]
ShrinkWrapping.cpp     [all...]
IfConversion.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 345 BasicBlock *PBB = I->getParent();
349 if (PBB == BB) return false;
354 BranchInst *BI = dyn_cast<BranchInst>(PBB->getTerminator());
    [all...]

Completed in 115 milliseconds