Searched refs:getInitialValueOfAllocation (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 128 LLVM_ABI Constant *getInitialValueOfAllocation(const Value *V,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 428 Constant *llvm::getInitialValueOfAllocation(const Value *V, in getInitialValueOfAllocation() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 2181 getInitialValueOfAllocation(DefUO, &TLI, StoredConstant->getType()); in storeIsNoop()
|
| H A D | GVN.cpp | 1409 getInitialValueOfAllocation(DepInst, TLI, Load->getType())) in AnalyzeLoadAvailability()
|
| H A D | NewGVN.cpp | 1557 getInitialValueOfAllocation(DepInst, TLI, LoadType)) in performSymbolicLoadCoercion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1095 Constant *InitVal = getInitialValueOfAllocation(CI, TLI, Int8Ty); in tryToOptimizeStoreOfAllocationToGlobal()
|
| H A D | Attributor.cpp | 245 if (Constant *Init = getInitialValueOfAllocation(&Obj, TLI, &Ty)) in getInitialValueForObj()
|
| H A D | AttributorAttributes.cpp | 6686 if (nullptr != getInitialValueOfAllocation(CB, TLI, I8Ty)) { in initialize() 6836 auto *InitVal = getInitialValueOfAllocation(AI.CB, TLI, I8Ty); in manifest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3586 getInitialValueOfAllocation(&MI, &TLI, Type::getInt8Ty(MI.getContext())); in visitAllocSite()
|