Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1945 BasicBlock *OpBB = PN->getIncomingBlock(OpIndex); in foldOpIntoPhi() local
1947 Instruction *Clone = Clones.lookup(OpBB); in foldOpIntoPhi()
1954 U = U->DoPHITranslation(PN->getParent(), OpBB); in foldOpIntoPhi()
1956 Clone = InsertNewInstBefore(Clone, OpBB->getTerminator()->getIterator()); in foldOpIntoPhi()
1957 Clones.insert({OpBB, Clone}); in foldOpIntoPhi()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5362 } else if (BasicBlock *OpBB = dyn_cast<BasicBlock>(I.getOperand(i))) { in visitInstruction() local
5363 Check(OpBB->getParent() == BB->getParent(), in visitInstruction()