Home
last modified time | relevance | path

Searched refs:isSafeToDestroyConstant (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp43 bool llvm::isSafeToDestroyConstant(const Constant *C) { in isSafeToDestroyConstant() function in llvm
81 if (!isSafeToDestroyConstant(C)) in analyzeGlobalAux()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h25 bool isSafeToDestroyConstant(const Constant *C);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp43 if (isSafeToDestroyConstant(Init)) in eliminateAvailableExternally()
H A DGlobalDCE.cpp376 if (isSafeToDestroyConstant(Init)) in run()
H A DGlobalOpt.cpp244 if (isSafeToDestroyConstant(C)) { in CleanupPointerRootUsers()
385 if (!isSafeToDestroyConstant(C)) in collectSRATypes()
580 assert(isa<Constant>(V) && isSafeToDestroyConstant(cast<Constant>(V)) && in SRAGlobal()