Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp130 AssumptionCache *AC, in iterativelySimplifyCFG()
151 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG()
184 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
204 AssumptionCache *AC = in runOnFunction() local
DEarlyCSE.cpp270 AssumptionCache &AC; member in __anon2a90630d0311::EarlyCSE
313 AssumptionCache &AC) in EarlyCSE()
691 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
728 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
DLoopInstSimplify.cpp82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() local
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dconst_first_const_second.pass.cpp29 class AC class
33 constexpr AC(int data) : data_(data) {} in AC() function in AC
/external/llvm/include/llvm/Analysis/
DPHITransAddr.h47 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
DLazyValueInfo.h31 AssumptionCache *AC; variable
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp51 AssumptionCache *AC; member
588 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst()
781 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst()
961 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst()
970 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst()
979 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst()
987 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst()
1091 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst()
1109 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst()
1137 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFDivInst()
[all …]
DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
93 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
DAssumptionCache.cpp81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
DValueTracking.cpp96 AssumptionCache *AC; member
133 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
145 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit()
155 unsigned Depth, AssumptionCache *AC, in isKnownToBeAPowerOfTwo()
166 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
175 unsigned Depth, AssumptionCache *AC, in MaskedValueIsZero()
185 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits()
2950 AssumptionCache *AC, in computeOverflowForUnsignedMul()
3000 AssumptionCache *AC, in computeOverflowForUnsignedAdd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h153 AssumptionCache *AC; variable
156 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter()
193 AssumptionCache *AC; variable
206 bool MinimizeSize, AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner()
/external/clang/test/SemaCXX/
Dmissing-header.cpp6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
Ddecltype.cpp11 typedef A const AC; typedef
/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/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp408 LazyCallGraph::SCC &AC = *CG.lookupSCC(A); in TEST() local
465 LazyCallGraph::SCC &AC = *CG.lookupSCC(A1); in TEST() local
575 LazyCallGraph::SCC &AC = *SCCI; in TEST() local
603 LazyCallGraph::SCC &AC = *CG.lookupSCC(A); in TEST() local
/external/llvm/tools/llvm-config/
Dllvm-config.cpp61 AvailableComponent *AC = ComponentMap.lookup(Name); in VisitComponent() local
102 AvailableComponent *AC = &AvailableComponents[i]; in ComputeLibsForComponents() local
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp213 AssumptionCache *AC) { in findPHIToPartitionLoops()
258 AssumptionCache *AC) { in separateNestedLoop()
483 AssumptionCache *AC) { in simplifyOneLoop()
723 AssumptionCache *AC) { in simplifyLoop()
758 AssumptionCache *AC; member
DMem2Reg.cpp69 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY() local
DSimplifyInstructions.cpp57 AssumptionCache *AC = in runOnFunction() local
/external/clang/test/Layout/
Dms-x86-lazy-empty-nonvirtual-base.cpp87 struct AC : B8, B1, virtual B0 { struct
89 AC() : a(0x000000AC) { printf("AC = %p\n", this); } in AC() argument
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSizeofPointer.cpp28 AnalysisDeclContext* AC; member in __anon5f30127f0111::WalkAST
DObjCContainersASTChecker.cpp31 AnalysisDeclContext* AC; member in __anon5894a7010111::WalkAST
/external/clang/include/clang/Analysis/Analyses/
DDominators.h83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp71 SkString SkPdfAppearanceCharacteristicsDictionary::AC(SkPdfNativeDoc* doc) { in AC() function in SkPdfAppearanceCharacteristicsDictionary

123