Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp130 AssumptionCache *AC, in iterativelySimplifyCFG()
150 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG()
183 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
210 AssumptionCache *AC = in runOnFunction() local
DLoopRotation.cpp125 const TargetTransformInfo *TTI, AssumptionCache *AC, in rotateLoop()
534 AssumptionCache *AC, DominatorTree *DT, in iterativelyRotateLoop()
599 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() local
DEarlyCSE.cpp270 AssumptionCache &AC; member in __anon04b34a390311::EarlyCSE
329 DominatorTree &DT, AssumptionCache &AC) in EarlyCSE()
825 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
862 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() 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
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
DLazyValueInfo.h31 AssumptionCache *AC; variable
DDemandedBits.h60 AssumptionCache *AC; member
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp52 AssumptionCache *AC; member
587 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst()
780 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst()
960 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst()
969 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst()
978 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst()
986 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst()
1090 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst()
1108 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst()
1151 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()
DAssumptionCache.cpp81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
DValueTracking.cpp99 AssumptionCache *AC; member
136 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
143 AssumptionCache *AC, const Instruction *CxtI, in haveNoCommonBitsSet()
163 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit()
173 unsigned Depth, AssumptionCache *AC, in isKnownToBeAPowerOfTwo()
184 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
190 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonNegative()
201 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonEqual()
212 unsigned Depth, AssumptionCache *AC, in MaskedValueIsZero()
222 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h143 AssumptionCache *AC; variable
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter()
185 AssumptionCache *AC; variable
199 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/lib/Transforms/Utils/
DLoopSimplify.cpp207 AssumptionCache *AC) { in findPHIToPartitionLoops()
251 AssumptionCache *AC) { in separateNestedLoop()
465 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
704 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
737 AssumptionCache *AC; member
DMem2Reg.cpp72 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY() local
DSimplifyInstructions.cpp57 AssumptionCache *AC = in runOnFunction() local
/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h57 AssumptionCache *AC; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DVforkChecker.cpp89 ASTContext &AC = C.getASTContext(); in isVforkCall() local
113 ASTContext &AC = C.getASTContext(); in isCallWhitelisted() local
DCheckSizeofPointer.cpp28 AnalysisDeclContext* AC; member in __anone62bb72b0111::WalkAST
/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/include/clang/Analysis/Analyses/
DDominators.h83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()

1234