Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp76 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues() local
77 if (!AssumeVH) in collectEphemeralValues()
79 Instruction *I = cast<Instruction>(AssumeVH); in collectEphemeralValues()
100 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues() local
101 if (!AssumeVH) in collectEphemeralValues()
103 Instruction *I = cast<Instruction>(AssumeVH); in collectEphemeralValues()
DLazyValueInfo.cpp832 for (auto &AssumeVH : AC->assumptionsFor(Val)) { in intersectAssumeOrGuardBlockValueConstantRange() local
833 if (!AssumeVH) in intersectAssumeOrGuardBlockValueConstantRange()
835 auto *I = cast<CallInst>(AssumeVH); in intersectAssumeOrGuardBlockValueConstantRange()
DValueTracking.cpp618 for (auto &AssumeVH : Q.AC->assumptionsFor(V)) { in isKnownNonZeroFromAssume() local
619 if (!AssumeVH) in isKnownNonZeroFromAssume()
621 CallInst *I = cast<CallInst>(AssumeVH); in isKnownNonZeroFromAssume()
658 for (auto &AssumeVH : Q.AC->assumptionsFor(V)) { in computeKnownBitsFromAssume() local
659 if (!AssumeVH) in computeKnownBitsFromAssume()
661 CallInst *I = cast<CallInst>(AssumeVH); in computeKnownBitsFromAssume()
DScalarEvolution.cpp9565 for (auto &AssumeVH : AC.assumptions()) { in isLoopBackedgeGuardedByCond() local
9566 if (!AssumeVH) in isLoopBackedgeGuardedByCond()
9568 auto *CI = cast<CallInst>(AssumeVH); in isLoopBackedgeGuardedByCond()
9720 for (auto &AssumeVH : AC.assumptions()) { in isLoopEntryGuardedByCond() local
9721 if (!AssumeVH) in isLoopEntryGuardedByCond()
9723 auto *CI = cast<CallInst>(AssumeVH); in isLoopEntryGuardedByCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp392 for (auto &AssumeVH : AC.assumptions()) in runImpl() local
393 if (AssumeVH) in runImpl()
394 Changed |= processAssumption(cast<CallInst>(AssumeVH)); in runImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1614 for (auto AssumeVH : AC->assumptions()) { in verifyAssumptionCache() local
1615 CallInst *I = cast<CallInst>(AssumeVH); in verifyAssumptionCache()