Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSimplifyCFGPass.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
HDEarlyCSE.cpp270 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
HDLoopInstSimplify.cpp82 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnLoop() local
HDBDCE.cpp66 AssumptionCache *AC; member
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDPHITransAddr.h47 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
HDLazyValueInfo.h31 AssumptionCache *AC; variable
/NextBSD/contrib/llvm/lib/Analysis/
HDInstructionSimplify.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 …]
HDCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
93 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
HDAssumptionCache.cpp81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() local
HDValueTracking.cpp98 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/
HDInstCombineInternal.h143 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/
HDtc-m68851.h101 #define AC (SCC+1) /* 55 */ macro
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopSimplify.cpp211 AssumptionCache *AC) { in findPHIToPartitionLoops()
256 AssumptionCache *AC) { in separateNestedLoop()
481 AssumptionCache *AC) { in simplifyOneLoop()
721 AssumptionCache *AC) { in simplifyLoop()
756 AssumptionCache *AC; member
HDMem2Reg.cpp69 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY() local
HDSimplifyInstructions.cpp57 AssumptionCache *AC = in runOnFunction() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckSizeofPointer.cpp28 AnalysisDeclContext* AC; member in __anone0e0b9d60111::WalkAST
HDObjCContainersASTChecker.cpp31 AnalysisDeclContext* AC; member in __anonc4f133980111::WalkAST
HDDeadStoresChecker.cpp128 AnalysisDeclContext* AC; member in __anonde49362a0211::DeadStoreObs
439 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local
HDCStringSyntaxChecker.cpp36 AnalysisDeclContext* AC; member in __anondd9770fd0111::WalkAST
HDVirtualCallChecker.cpp33 AnalysisDeclContext *AC; member in __anonf148e69f0111::WalkAST
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDDominators.h83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp105 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/
HDPPCLoopDataPrefetch.cpp85 AssumptionCache *AC; member in __anon6861932c0111::PPCLoopDataPrefetch
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp463 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/
HDar.h53 #define AC(CALL) do { \ macro

123