Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp393 BasicBlock *ExistPred, in addPredecessorToBlock() argument
396 PN.addIncoming(PN.getIncomingValueForBlock(ExistPred), NewPred); in addPredecessorToBlock()
399 MPhi->addIncoming(MPhi->getIncomingValueForBlock(ExistPred), NewPred); in addPredecessorToBlock()