Home
last modified time | relevance | path

Searched refs:CondGuardInst (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAssumptionCache.h29 class CondGuardInst; variable
123 void registerAssumption(CondGuardInst *CI);
127 void unregisterAssumption(CondGuardInst *CI);
131 void updateAffectedValues(CondGuardInst *CI);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumptionCache.cpp143 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()
H A DValueTracking.cpp619 CondGuardInst *I = cast<CondGuardInst>(AssumeVH); in isKnownNonZeroFromAssume()
664 CondGuardInst *I = cast<CondGuardInst>(AssumeVH); in computeKnownBitsFromAssume()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1670 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()
H A DInlineFunction.cpp2336 if (auto *II = dyn_cast<CondGuardInst>(&I)) in InlineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h1517 class CondGuardInst : public IntrinsicInst {
1529 class AssumeInst : public CondGuardInst {