Home
last modified time | relevance | path

Searched refs:shouldDiscardValueNames (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h130 bool shouldDiscardValueNames() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h123 bool shouldDiscardValueNames() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp298 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
DValue.cpp226 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
DFunction.cpp271 if (!getContext().shouldDiscardValueNames()) in Function()
DCore.cpp110 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp955 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp68 if (Context.shouldDiscardValueNames()) in Run()