Searched refs:IBR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp667 if (auto *IBR = dyn_cast<IndirectBrInst>(&TI)) {
669 ValueLatticeElement IBRValue = getValueState(IBR->getAddress());
681 for (unsigned i = 0; i < IBR->getNumSuccessors(); ++i) {
683 if (IBR->getDestination(i) == T) {
689 // If we didn't find our destination in the IBR successor list, then we
1543 if (auto *IBR = dyn_cast<IndirectBrInst>(TI)) {
1546 if (IBR->getNumSuccessors() < 1)
1549 if (!getValueState(IBR->getAddress()).isUnknownOrUndef())
1554 if (isa<UndefValue>(IBR->getAddress())) {
1555 IBR
[all...]

Completed in 104 milliseconds