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

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h23 bool isSafeToDestroyConstant(const Constant *C);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp62 if (isSafeToDestroyConstant(Init))
H A DGlobalDCE.cpp131 if (isSafeToDestroyConstant(Init))
H A DGlobalOpt.cpp240 if (isSafeToDestroyConstant(C)) {
349 if (isSafeToDestroyConstant(C)) {
364 return isSafeToDestroyConstant(C);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp34 bool llvm::isSafeToDestroyConstant(const Constant *C) { function in class:llvm
43 if (!isSafeToDestroyConstant(CU))
167 if (!isSafeToDestroyConstant(C))

Completed in 71 milliseconds