| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SimplifyCFGPass.cpp | 130 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
|
| HD | EarlyCSE.cpp | 270 AssumptionCache &AC; member in __anone204231a0311::EarlyCSE 313 AssumptionCache &AC) in EarlyCSE() 715 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() local 752 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
|
| HD | LoopInstSimplify.cpp | 82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() local
|
| HD | BDCE.cpp | 66 AssumptionCache *AC; member
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | PHITransAddr.h | 47 AssumptionCache *AC; variable 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| HD | LazyValueInfo.h | 31 AssumptionCache *AC; variable
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 52 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 …]
|
| HD | CodeMetrics.cpp | 71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 93 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
| HD | AssumptionCache.cpp | 81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
|
| HD | ValueTracking.cpp | 98 AssumptionCache *AC; member 135 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits() 142 AssumptionCache *AC, const Instruction *CxtI, in haveNoCommonBitsSet() 162 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit() 172 unsigned Depth, AssumptionCache *AC, in isKnownToBeAPowerOfTwo() 183 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero() 192 unsigned Depth, AssumptionCache *AC, in MaskedValueIsZero() 202 unsigned Depth, AssumptionCache *AC, in ComputeNumSignBits() 3242 AssumptionCache *AC, in computeOverflowForUnsignedMul() 3292 AssumptionCache *AC, in computeOverflowForUnsignedAdd()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineInternal.h | 143 AssumptionCache *AC; variable 146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() 185 AssumptionCache *AC; variable 199 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-m68851.h | 101 #define AC (SCC+1) /* 55 */ macro
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | LoopSimplify.cpp | 211 AssumptionCache *AC) { in findPHIToPartitionLoops() 256 AssumptionCache *AC) { in separateNestedLoop() 481 AssumptionCache *AC) { in simplifyOneLoop() 721 AssumptionCache *AC) { in simplifyLoop() 756 AssumptionCache *AC; member
|
| HD | Mem2Reg.cpp | 69 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY() local
|
| HD | SimplifyInstructions.cpp | 57 AssumptionCache *AC = in runOnFunction() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSizeofPointer.cpp | 28 AnalysisDeclContext* AC; member in __anone0e0b9d60111::WalkAST
|
| HD | ObjCContainersASTChecker.cpp | 31 AnalysisDeclContext* AC; member in __anonc4f133980111::WalkAST
|
| HD | DeadStoresChecker.cpp | 128 AnalysisDeclContext* AC; member in __anonde49362a0211::DeadStoreObs 439 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local
|
| HD | CStringSyntaxChecker.cpp | 36 AnalysisDeclContext* AC; member in __anondd9770fd0111::WalkAST
|
| HD | VirtualCallChecker.cpp | 33 AnalysisDeclContext *AC; member in __anonf148e69f0111::WalkAST
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| HD | Dominators.h | 83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | AnalysisBasedWarnings.cpp | 105 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) { in CheckUnreachable() 235 AnalysisDeclContext &AC) { in checkRecursiveFunction() 284 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough() 504 AnalysisDeclContext &AC) { in CheckFallThroughForBody() 1063 static void DiagnoseSwitchLabelsFallthrough(Sema &S, AnalysisDeclContext &AC, in DiagnoseSwitchLabelsFallthrough() 1879 AnalysisDeclContext AC(/* AnalysisDeclContextManager */ nullptr, D); in IssueWarnings() local
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCLoopDataPrefetch.cpp | 85 AssumptionCache *AC; member in __anon6861932c0111::PPCLoopDataPrefetch
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | Consumed.cpp | 463 AnalysisDeclContext &AC; member in clang::consumed::ConsumedStmtVisitor 507 ConsumedStmtVisitor(AnalysisDeclContext &AC, ConsumedAnalyzer &Analyzer, in ConsumedStmtVisitor() 1235 void ConsumedAnalyzer::determineExpectedReturnState(AnalysisDeclContext &AC, in determineExpectedReturnState() 1351 void ConsumedAnalyzer::run(AnalysisDeclContext &AC) { in run()
|
| /NextBSD/usr.bin/ar/ |
| HD | ar.h | 53 #define AC(CALL) do { \ macro
|