Home | History | Annotate | Download | only in IR

Lines Matching refs:hasName

50       NumUserOperands(0), IsUsedByMD(false), HasName(false) {
161 if (!HasName) return nullptr;
174 assert(HasName == Ctx.pImpl->ValueNames.count(this) &&
175 "HasName bit out of sync!");
178 if (HasName)
180 HasName = false;
184 HasName = true;
192 if (!hasName())
199 if (NewName.isTriviallyEmpty() && !hasName())
237 if (hasName()) {
259 if (hasName()) {
264 if (V->hasName()) V->setName("");
277 if (!V->hasName()) return;