Lines Matching refs:hasName
458 if (!I->hasName()) in processModule()
474 if (!I->hasName()) in processModule()
488 if (!AI->hasName()) in processFunction()
498 if (!BB->hasName()) in processFunction()
503 if (!I->getType()->isVoidTy() && !I->hasName()) in processFunction()
578 assert(!V->hasName() && "Doesn't need a slot!"); in CreateModuleSlot()
593 assert(!V->getType()->isVoidTy() && !V->hasName() && "Doesn't need a slot!"); in CreateFunctionSlot()
1014 if (V->hasName()) { in WriteAsOperandInternal()
1123 V->hasName() || isa<GlobalValue>(V))) { in WriteAsOperand()
1450 if (!GA->hasName()) in printAlias()
1634 if (Arg->hasName()) { in printArgument()
1643 if (BB->hasName()) { // Print out the label if it exists... in printBasicBlock()
1708 if (I.hasName()) { in printInstruction()