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.cpp3308 SmallMapVector<ConstantInt *, SmallSetVector<BasicBlock *, 2>, 2> KnownValues; in FoldCondBranchOnValueKnownInPredecessorImpl() local
3321 KnownValues[CB].insert(PN->getIncomingBlock(U)); in FoldCondBranchOnValueKnownInPredecessorImpl()
3325 KnownValues[CB].insert(Pred); in FoldCondBranchOnValueKnownInPredecessorImpl()
3329 if (KnownValues.empty()) in FoldCondBranchOnValueKnownInPredecessorImpl()
3338 for (const auto &Pair : KnownValues) { in FoldCondBranchOnValueKnownInPredecessorImpl()