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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1004 BasicBlock *NonConstBB = nullptr; local
1011 if (NonConstBB) return nullptr; // More than one non-const value.
1013 NonConstBB = PN->getIncomingBlock(i);
1018 if (cast<Instruction>(InVal)->getParent() == NonConstBB)
1024 if (isPotentiallyReachable(I.getParent(), NonConstBB, &DT, LI))
1032 if (NonConstBB != nullptr) {
1033 BranchInst *BI = dyn_cast<BranchInst>(NonConstBB->getTerminator());
1044 if (NonConstBB)
1045 Builder.SetInsertPoint(NonConstBB->getTerminator());
1070 // Note: ThisBB need not be the NonConstBB becaus
[all...]

Completed in 148 milliseconds