| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | InstructionSimplify.h | 40 class AssumptionCache; variable 55 AssumptionCache *AC = nullptr, 64 AssumptionCache *AC = nullptr, 73 AssumptionCache *AC = nullptr, 82 AssumptionCache *AC = nullptr, 91 AssumptionCache *AC = nullptr, 99 AssumptionCache *AC = nullptr, 107 AssumptionCache *AC = nullptr, 115 AssumptionCache *AC = nullptr, 124 AssumptionCache *AC = nullptr, [all …]
|
| HD | AssumptionCache.h | 43 class AssumptionCache { 65 AssumptionCache(Function &F) : F(F), Scanned(false) {} in AssumptionCache() function 104 typedef AssumptionCache Result; 118 AssumptionCache run(Function &F) { return AssumptionCache(F); } in run() 156 typedef DenseMap<FunctionCallbackVH, std::unique_ptr<AssumptionCache>, 165 AssumptionCache &getAssumptionCache(Function &F);
|
| HD | ValueTracking.h | 29 class AssumptionCache; variable 44 AssumptionCache *AC = nullptr, 53 AssumptionCache *AC = nullptr, 61 AssumptionCache *AC = nullptr, 72 AssumptionCache *AC = nullptr, 81 AssumptionCache *AC = nullptr, 95 unsigned Depth = 0, AssumptionCache *AC = nullptr, 108 unsigned Depth = 0, AssumptionCache *AC = nullptr, 283 AssumptionCache *AC, 288 AssumptionCache *AC,
|
| HD | CodeMetrics.h | 23 class AssumptionCache; variable 96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC, 101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
|
| HD | PHITransAddr.h | 21 class AssumptionCache; variable 47 AssumptionCache *AC; 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
| HD | LazyValueInfo.h | 21 class AssumptionCache; variable 31 AssumptionCache *AC;
|
| HD | IVUsers.h | 24 class AssumptionCache; variable 123 AssumptionCache *AC;
|
| HD | MemoryDependenceAnalysis.h | 32 class AssumptionCache; variable 328 AssumptionCache *AC;
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | AssumptionCache.cpp | 27 void AssumptionCache::scanFunction() { in scanFunction() 42 void AssumptionCache::registerAssumption(CallInst *CI) { in registerAssumption() 81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run() 98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache() 110 FunctionCallbackVH(&F, this), llvm::make_unique<AssumptionCache>(F))); in getAssumptionCache()
|
| HD | InstructionSimplify.cpp | 52 AssumptionCache *AC; 56 const DominatorTree *dt, AssumptionCache *ac = nullptr, in Query() 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() [all …]
|
| HD | CodeMetrics.cpp | 71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 93 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
| HD | ValueTracking.cpp | 98 AssumptionCache *AC; 102 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr, in Query() 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() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | PromoteMemToReg.h | 25 class AssumptionCache; variable 46 AssumptionCache *AC = nullptr);
|
| HD | Local.h | 37 class AssumptionCache; variable 140 unsigned BonusInstThreshold, AssumptionCache *AC = nullptr); 176 AssumptionCache *AC = nullptr, 182 AssumptionCache *AC = nullptr,
|
| HD | UnrollLoop.h | 23 class AssumptionCache; variable 33 AssumptionCache *AC);
|
| HD | LoopUtils.h | 25 class AssumptionCache; variable 192 AssumptionCache *AC = nullptr);
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SimplifyCFGPass.cpp | 130 AssumptionCache *AC, in iterativelySimplifyCFG() 150 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG() 210 AssumptionCache *AC = in runOnFunction()
|
| /NextBSD/lib/clang/libllvmanalysis/ |
| HD | Makefile.depend | 20 AssumptionCache.o: Intrinsics.inc.h 21 AssumptionCache.po: Intrinsics.inc.h
|
| HD | Makefile | 13 AssumptionCache.cpp \
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineInternal.h | 143 AssumptionCache *AC; 146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter() 185 AssumptionCache *AC; 199 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner() 209 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache()
|
| /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;
|
| HD | Mem2Reg.cpp | 69 AssumptionCache &AC = in INITIALIZE_PASS_DEPENDENCY()
|
| HD | SimplifyInstructions.cpp | 57 AssumptionCache *AC = in runOnFunction()
|
| HD | PromoteMemoryToRegister.cpp | 233 AssumptionCache *AC; 273 AliasSetTracker *AST, AssumptionCache *AC) in PromoteMem2Reg() 982 AliasSetTracker *AST, AssumptionCache *AC) { in PromoteMemToReg()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCLoopDataPrefetch.cpp | 85 AssumptionCache *AC;
|