Searched refs:CondGuardInst (Results 1 – 6 of 6) sorted by relevance
29 class CondGuardInst; variable123 void registerAssumption(CondGuardInst *CI);127 void unregisterAssumption(CondGuardInst *CI);131 void updateAffectedValues(CondGuardInst *CI);
143 void AssumptionCache::updateAffectedValues(CondGuardInst *CI) { in updateAffectedValues()156 void AssumptionCache::unregisterAssumption(CondGuardInst *CI) { in unregisterAssumption()220 if (isa<CondGuardInst>(&I)) in scanFunction()228 updateAffectedValues(cast<CondGuardInst>(A)); in scanFunction()231 void AssumptionCache::registerAssumption(CondGuardInst *CI) { in registerAssumption()255 assert(isa<CondGuardInst>(VH) && in registerAssumption()
619 CondGuardInst *I = cast<CondGuardInst>(AssumeVH); in isKnownNonZeroFromAssume()664 CondGuardInst *I = cast<CondGuardInst>(AssumeVH); in computeKnownBitsFromAssume()
1670 if (auto *CI = dyn_cast<CondGuardInst>(&I)) { in extractCodeRegion()1867 auto *I = dyn_cast_or_null<CondGuardInst>(AssumeVH); in verifyAssumptionCache()1879 auto *AffectedCI = dyn_cast_or_null<CondGuardInst>(AffectedValVH); in verifyAssumptionCache()
2336 if (auto *II = dyn_cast<CondGuardInst>(&I)) in InlineFunction()
1517 class CondGuardInst : public IntrinsicInst {1529 class AssumeInst : public CondGuardInst {