Home
last modified time | relevance | path

Searched refs:PredCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp560 std::map<BasicBlock*, unsigned> PredCount; in CloneAndPruneIntoFromInst() local
563 --PredCount[*PI]; in CloneAndPruneIntoFromInst()
567 ++PredCount[PN->getIncomingBlock(i)]; in CloneAndPruneIntoFromInst()
574 for (const auto &PCI : PredCount) { in CloneAndPruneIntoFromInst()
DSimplifyCFG.cpp2589 const unsigned PredCount = pred_size(BB); in FoldBranchToCommonDest() local
2659 NumBonusInsts += PredCount; in FoldBranchToCommonDest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp366 int PredCount = 0; in findPotentialBlockers() local
372 PredCount++; in findPotentialBlockers()
373 if (PredCount >= LimitLeft) in findPotentialBlockers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp912 int PredCount = 0; in isTrellis() local
926 ++PredCount; in isTrellis()
935 if (PredCount < 1) in isTrellis()
DCodeGenPrepare.cpp3560 unsigned PredCount = CurrentPhi->getNumIncomingValues(); in InsertPlaceholders() local
3562 PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi); in InsertPlaceholders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1621 unsigned PredCount = std::distance(pred_begin(ExitBlock), in insertTrivialPHIs() local
1623 PHINode *PN = PHINode::Create(I.getType(), PredCount, "", in insertTrivialPHIs()