reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
824 BBI = BBI ? BBI : dyn_cast<Instruction>(Val); 824 BBI = BBI ? BBI : dyn_cast<Instruction>(Val); 824 BBI = BBI ? BBI : dyn_cast<Instruction>(Val); 825 if (!BBI) 832 if (!isValidAssumeForContext(I, BBI, DT)) 839 auto *GuardDecl = BBI->getModule()->getFunction( 844 if (BBI->getIterator() == BBI->getParent()->begin()) 844 if (BBI->getIterator() == BBI->getParent()->begin()) 846 for (Instruction &I : make_range(std::next(BBI->getIterator().getReverse()), 847 BBI->getParent()->rend())) {