Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3463 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in foldCondBranchOnValueKnownInPredecessorImpl() local
3476 KnownValues[CB].insert(PN->getIncomingBlock(U)); in foldCondBranchOnValueKnownInPredecessorImpl()
3480 KnownValues[CB].insert(Pred); in foldCondBranchOnValueKnownInPredecessorImpl()
3484 if (KnownValues.empty()) in foldCondBranchOnValueKnownInPredecessorImpl()
3493 for (const auto &Pair : KnownValues) { in foldCondBranchOnValueKnownInPredecessorImpl()