Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h114 bool shouldDiscardValueNames() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h123 bool shouldDiscardValueNames() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h157 bool shouldDiscardValueNames() const;
/external/llvm/lib/IR/
DLLVMContext.cpp325 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
DValue.cpp202 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp316 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
DValue.cpp235 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
DFunction.cpp228 if (!getContext().shouldDiscardValueNames()) in Function()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp916 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/external/llvm/lib/AsmParser/
DLLParser.cpp52 if (Context.shouldDiscardValueNames()) in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp69 if (Context.shouldDiscardValueNames()) in Run()