Home
last modified time | relevance | path

Searched defs:AC (Results 1 – 25 of 170) sorted by relevance

1234567

/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp31 AssumptionCache &AC) { in promoteMemoryToRegister()
58 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
81 AssumptionCache &AC = in runOnFunction() local
DSimplifyInstructions.cpp38 AssumptionCache *AC) { in runImpl()
107 AssumptionCache *AC = in runOnFunction() local
132 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopSimplify.cpp208 AssumptionCache *AC) { in findPHIToPartitionLoops()
252 AssumptionCache *AC) { in separateNestedLoop()
466 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
699 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
778 AssumptionCache *AC = in runOnFunction() local
812 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
89 AssumptionCache &AC = in runOnFunction() local
DLoopSimplify.cpp184 AssumptionCache *AC) { in findPHIToPartitionLoops()
228 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop()
474 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
711 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
804 AssumptionCache *AC = in runOnFunction() local
838 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
/external/libcxx/test/std/utilities/memory/default.allocator/
Dallocator.ctor.pass.cpp32 typedef std::allocator<char> AC; in main() typedef
41 typedef std::allocator<const char> AC; in main() typedef
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp132 AssumptionCache *AC, in iterativelySimplifyCFG()
159 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG()
192 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
217 AssumptionCache *AC = in runOnFunction() local
DLoopRotation.cpp58 AssumptionCache *AC; member in __anon85a2888b0111::LoopRotate
64 const TargetTransformInfo *TTI, AssumptionCache *AC, in LoopRotate()
628 auto *AC = FAM.getCachedResult<AssumptionAnalysis>(*F); in run() local
671 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() local
/external/llvm/include/llvm/Analysis/
DDemandedBits.h41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
54 AssumptionCache &AC; variable
DPHITransAddr.h47 AssumptionCache *AC; variable
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
72 AssumptionCache &AC; variable
DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp53 AssumptionCache *AC; member
584 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst()
779 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst()
948 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst()
957 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst()
966 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst()
974 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst()
1075 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst()
1093 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst()
1136 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFDivInst()
[all …]
DCodeMetrics.cpp65 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
87 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch()
96 AssumptionCache *AC; member in __anon8eda88880111::LoopDataPrefetch
161 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
185 AssumptionCache *AC = in runOnFunction() local
DInstSimplifyPass.cpp105 AssumptionCache *AC = in runOnFunction() local
135 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopUnrollAndJamPass.cpp280 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
433 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
483 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
528 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
DLoopInstSimplify.cpp52 AssumptionCache &AC, const TargetLibraryInfo &TLI, in simplifyLoopInst()
192 AssumptionCache &AC = in runOnLoop() local
DAlignmentFromAssumptions.cpp378 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
385 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
402 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h143 AssumptionCache *AC; variable
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter()
187 AssumptionCache *AC; variable
201 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
95 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
/external/clang/test/SemaCXX/
Dmissing-header.cpp6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
Dp3.cpp34 namespace AC { namespace
/external/clang/test/CodeGenCXX/
Dmangle-alias-template.cpp27 Alloc<int> AC; in z() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVforkChecker.cpp89 ASTContext &AC = C.getASTContext(); in isVforkCall() local
113 ASTContext &AC = C.getASTContext(); in isCallWhitelisted() local

1234567