Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h114 bool shouldDiscardValueNames() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h130 bool shouldDiscardValueNames() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h123 bool shouldDiscardValueNames() const;
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h142 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-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()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp330 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
DValue.cpp306 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
DFunction.cpp344 if (!getContext().shouldDiscardValueNames()) in Function()
DCore.cpp110 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp955 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp1001 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/external/llvm/lib/AsmParser/
DLLParser.cpp52 if (Context.shouldDiscardValueNames()) in Run()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp67 if (Context.shouldDiscardValueNames()) in Run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp68 if (Context.shouldDiscardValueNames()) in Run()