| /external/llvm/lib/Transforms/Scalar/ |
| D | SimplifyCFGPass.cpp | 130 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
|
| D | EarlyCSE.cpp | 270 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
|
| D | LoopInstSimplify.cpp | 82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() local
|
| /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| D | const_first_const_second.pass.cpp | 29 class AC class 33 constexpr AC(int data) : data_(data) {} in AC() function in AC
|
| /external/llvm/include/llvm/Analysis/ |
| D | PHITransAddr.h | 47 AssumptionCache *AC; variable 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| D | LazyValueInfo.h | 31 AssumptionCache *AC; variable
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 51 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 …]
|
| D | CodeMetrics.cpp | 71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 93 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
| D | AssumptionCache.cpp | 81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
|
| D | ValueTracking.cpp | 96 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/ |
| D | InstCombineInternal.h | 153 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/ |
| D | missing-header.cpp | 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
|
| D | decltype.cpp | 11 typedef A const AC; typedef
|
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
| D | p3.cpp | 34 namespace AC { namespace
|
| /external/clang/test/CodeGenCXX/ |
| D | mangle-alias-template.cpp | 27 Alloc<int> AC; in z() local
|
| /external/llvm/unittests/Analysis/ |
| D | LazyCallGraphTest.cpp | 408 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/ |
| D | llvm-config.cpp | 61 AvailableComponent *AC = ComponentMap.lookup(Name); in VisitComponent() local 102 AvailableComponent *AC = &AvailableComponents[i]; in ComputeLibsForComponents() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopSimplify.cpp | 213 AssumptionCache *AC) { in findPHIToPartitionLoops() 258 AssumptionCache *AC) { in separateNestedLoop() 483 AssumptionCache *AC) { in simplifyOneLoop() 723 AssumptionCache *AC) { in simplifyLoop() 758 AssumptionCache *AC; member
|
| D | Mem2Reg.cpp | 69 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY() local
|
| D | SimplifyInstructions.cpp | 57 AssumptionCache *AC = in runOnFunction() local
|
| /external/clang/test/Layout/ |
| D | ms-x86-lazy-empty-nonvirtual-base.cpp | 87 struct AC : B8, B1, virtual B0 { struct 89 AC() : a(0x000000AC) { printf("AC = %p\n", this); } in AC() argument
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | CheckSizeofPointer.cpp | 28 AnalysisDeclContext* AC; member in __anon5f30127f0111::WalkAST
|
| D | ObjCContainersASTChecker.cpp | 31 AnalysisDeclContext* AC; member in __anon5894a7010111::WalkAST
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | Dominators.h | 83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| D | SkPdfAppearanceCharacteristicsDictionary_autogen.cpp | 71 SkString SkPdfAppearanceCharacteristicsDictionary::AC(SkPdfNativeDoc* doc) { in AC() function in SkPdfAppearanceCharacteristicsDictionary
|