Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h144 bool shouldDiscardValueNames() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp331 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
H A DValue.cpp316 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
H A DFunction.cpp394 if (!getContext().shouldDiscardValueNames()) in Function()
H A DCore.cpp114 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1069 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp90 if (Context.shouldDiscardValueNames()) in Run()