Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp99 Value *IncomingId = nullptr; in calcPredicateUsingInteger() local
107 IncomingId = SelectInst::Create(Condition, Id0, Id1, "target.bb.idx", in calcPredicateUsingInteger()
112 IncomingId = in calcPredicateUsingInteger()
115 Phi->addIncoming(IncomingId, BB); in calcPredicateUsingInteger()