Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp43 bool llvm::isSafeToDestroyConstant(const Constant *C) { in isSafeToDestroyConstant() function in llvm
81 if (!isSafeToDestroyConstant(C)) in analyzeGlobalAux()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h25 bool isSafeToDestroyConstant(const Constant *C);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DElimAvailExtern.cpp43 if (isSafeToDestroyConstant(Init)) in eliminateAvailableExternally()
DGlobalDCE.cpp376 if (isSafeToDestroyConstant(Init)) in run()
DGlobalOpt.cpp243 if (isSafeToDestroyConstant(C)) { in CleanupPointerRootUsers()
389 if (!isSafeToDestroyConstant(C)) in collectSRATypes()
584 assert(isa<Constant>(V) && isSafeToDestroyConstant(cast<Constant>(V)) && in SRAGlobal()