Searched refs:getInitialValueOfAllocation (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | MemoryBuiltins.h | 124 Constant *getInitialValueOfAllocation(const Value *V,
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 428 Constant *llvm::getInitialValueOfAllocation(const Value *V, in getInitialValueOfAllocation() function in llvm
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | DeadStoreElimination.cpp | 1899 getInitialValueOfAllocation(DefUO, &TLI, StoredConstant->getType()); in storeIsNoop()
|
| D | GVN.cpp | 1217 getInitialValueOfAllocation(DepInst, TLI, Load->getType())) in AnalyzeLoadAvailability()
|
| D | NewGVN.cpp | 1509 getInitialValueOfAllocation(DepInst, TLI, LoadType)) in performSymbolicLoadCoercion()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1051 Constant *InitVal = getInitialValueOfAllocation(CI, TLI, Int8Ty); in tryToOptimizeStoreOfAllocationToGlobal()
|
| D | Attributor.cpp | 232 if (Constant *Init = getInitialValueOfAllocation(&Obj, TLI, &Ty)) in getInitialValueForObj()
|
| D | AttributorAttributes.cpp | 6569 if (nullptr != getInitialValueOfAllocation(CB, TLI, I8Ty)) { in initialize() 6718 auto *InitVal = getInitialValueOfAllocation(AI.CB, TLI, I8Ty); in manifest()
|