Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp44 bool llvm::isSafeToDestroyConstant(const Constant *C) { in isSafeToDestroyConstant() function in llvm
53 if (!isSafeToDestroyConstant(CU)) in isSafeToDestroyConstant()
177 if (!isSafeToDestroyConstant(C)) in analyzeGlobalAux()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h24 bool isSafeToDestroyConstant(const Constant *C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp43 if (isSafeToDestroyConstant(Init)) in eliminateAvailableExternally()
H A DGlobalDCE.cpp373 if (isSafeToDestroyConstant(Init)) in run()
H A DGlobalOpt.cpp246 if (isSafeToDestroyConstant(C)) { in CleanupPointerRootUsers()
361 if (isSafeToDestroyConstant(C)) { in CleanupConstantGlobalUsers()
411 return isSafeToDestroyConstant(C); in isSafeSROAElementUse()