Home
last modified time | relevance | path

Searched refs:setDiscardValueNames (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h233 setDiscardValueNames(C.ShouldDiscardValueNames); in LTOLLVMContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h135 void setDiscardValueNames(bool Discard);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h128 void setDiscardValueNames(bool Discard);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp313 void LLVMContext::setDiscardValueNames(bool Discard) { in setDiscardValueNames() function in LLVMContext
DCore.cpp114 unwrap(C)->setDiscardValueNames(Discard); in LLVMContextSetDiscardValueNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp916 Context.setDiscardValueNames(LTODiscardValueNames); in run()
1075 Context.setDiscardValueNames(LTODiscardValueNames); in run()
DLTOCodeGenerator.cpp114 Context.setDiscardValueNames(LTODiscardValueNames); in LTOCodeGenerator()