Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp364 int PredCount = 0; in findPotentialBlockers() local
368 PredCount++; in findPotentialBlockers()
369 if (PredCount >= LimitLeft) in findPotentialBlockers()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp749 std::map<BasicBlock *, unsigned> PredCount; in CloneAndPruneIntoFromInst() local
751 --PredCount[Pred]; in CloneAndPruneIntoFromInst()
755 ++PredCount[PN->getIncomingBlock(i)]; in CloneAndPruneIntoFromInst()
762 for (const auto &PCI : PredCount) { in CloneAndPruneIntoFromInst()
H A DSimplifyCFG.cpp3781 const unsigned PredCount = Preds.size(); in FoldBranchToCommonDest() local
3798 NumBonusInsts += PredCount; in FoldBranchToCommonDest()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp979 int PredCount = 0; in isTrellis() local
993 ++PredCount; in isTrellis()
1002 if (PredCount < 1) in isTrellis()
H A DCodeGenPrepare.cpp3931 unsigned PredCount = CurrentPhi->getNumIncomingValues(); in InsertPlaceholders() local
3933 PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi); in InsertPlaceholders()