Home
last modified time | relevance | path

Searched refs:ValueNames (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp298 auto I = Ctx.pImpl->ValueNames.find(this); in getValueName()
299 assert(I != Ctx.pImpl->ValueNames.end() && in getValueName()
308 assert(HasName == Ctx.pImpl->ValueNames.count(this) && in setValueName()
313 Ctx.pImpl->ValueNames.erase(this); in setValueName()
319 Ctx.pImpl->ValueNames[this] = VN; in setValueName()
H A DLLVMContextImpl.h1681 DenseMap<const Value *, ValueName *> ValueNames;
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2553 ValueNames; // SmallVector N = 2 because we currently only expect this member
2556 for (auto *VN : ValueNames) in ~ValueNameCreator()
2561 ValueNames.push_back(VN); in create()