Searched refs:getInitialValueOfAllocation (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 124 Constant *getInitialValueOfAllocation(const Value *V,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 440 Constant *llvm::getInitialValueOfAllocation(const Value *V, in getInitialValueOfAllocation() function in llvm
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1996 getInitialValueOfAllocation(DefUO, &TLI, StoredConstant->getType()); in storeIsNoop()
|
| H A D | GVN.cpp | 1315 getInitialValueOfAllocation(DepInst, TLI, Load->getType())) in AnalyzeLoadAvailability()
|
| H A D | NewGVN.cpp | 1516 getInitialValueOfAllocation(DepInst, TLI, LoadType)) in performSymbolicLoadCoercion()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1083 Constant *InitVal = getInitialValueOfAllocation(CI, TLI, Int8Ty); in tryToOptimizeStoreOfAllocationToGlobal()
|
| H A D | Attributor.cpp | 248 if (Constant *Init = getInitialValueOfAllocation(&Obj, TLI, &Ty)) in getInitialValueForObj()
|
| H A D | AttributorAttributes.cpp | 6625 if (nullptr != getInitialValueOfAllocation(CB, TLI, I8Ty)) { in initialize() 6775 auto *InitVal = getInitialValueOfAllocation(AI.CB, TLI, I8Ty); in manifest()
|