Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h25 bool isSafeToDestroyConstant(const Constant *C);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp101 if (isSafeToDestroyConstant(Init)) in eliminateAvailableExternally()
H A DGlobalDCE.cpp334 if (isSafeToDestroyConstant(Init)) in run()
H A DGlobalOpt.cpp425 if (!isSafeToDestroyConstant(C)) in collectSRATypes()
635 assert(isa<Constant>(V) && isSafeToDestroyConstant(cast<Constant>(V)) && in SRAGlobal()