HomeSort by relevance Sort by last modified time
    Searched refs:getAssumptionCache (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 73 getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
SimplifyInstructions.cpp 58 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
InlineFunction.cpp 752 &IFI.ACT->getAssumptionCache(*CS.getCaller()),
    [all...]
LoopSimplify.cpp 790 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
    [all...]
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 165 AssumptionCache &getAssumptionCache(Function &F);
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) {
DemandedBits.cpp 266 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(*F);
IVUsers.cpp 265 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
BasicAliasAnalysis.cpp     [all...]
Lint.cpp 185 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
InlineCost.cpp     [all...]
LazyValueInfo.cpp     [all...]
MemoryDependenceAnalysis.cpp 103 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
SimplifyCFGPass.cpp 211 &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
AlignmentFromAssumptions.cpp 415 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
NaryReassociate.cpp 214 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
LoopRotation.cpp 599 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
EarlyCSE.cpp     [all...]
LoopUnrollPass.cpp     [all...]
MemCpyOptimizer.cpp     [all...]
LoopUnswitch.cpp 436 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 110 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 209 AssumptionCache *getAssumptionCache() const { return AC; }
InstCombineMulDivRem.cpp 51 IC.getAssumptionCache(), &CxtI,
    [all...]

Completed in 311 milliseconds

1 2