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

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 95 const BasicBlock *PBB = I->getParent();
96 const Function *PF = PBB->getParent();
103 std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(PBB)));
106 std::advance(RI, std::distance(PBB->begin(), BasicBlock::const_iterator(I)));
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 855 // Look at blocks (IBB) with multiple predecessors (PBB).
    [all...]
IfConversion.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 271 BasicBlock *PBB = I->getParent();
275 if (PBB == BB) return false;
280 BranchInst *BI = dyn_cast<BranchInst>(PBB->getTerminator());
    [all...]

Completed in 103 milliseconds