Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1584 auto IRPred = PI->getIncomingBlock(i); in finishPendingPhis() local
1585 if (HandledPreds.count(IRPred)) in finishPendingPhis()
1588 HandledPreds.insert(IRPred); in finishPendingPhis()
1590 for (auto Pred : getMachinePredBBs({IRPred, PI->getParent()})) { in finishPendingPhis()