Searched refs:isLabel (Results 1 – 11 of 11) sorted by relevance
233 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()387 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
288 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
262 while (InsertPt != MBB.end() && InsertPt->isLabel()) // Skip EH_LABELs in addRethrows()
165 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
312 case DIEValue::isLabel: in hashAttribute()
986 bool isLabel() const {995 bool isPosition() const { return isLabel() || isCFIInstruction(); }
241 if (!MI.isDebugValue() && !MI.isCFIInstruction() && !MI.isLabel()) in runOnMachineFunction()
113 bool isLabel(AsmToken &Token) override;922 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
691 if (!It->isLabel()) in insertEpilogueInBlock()
1772 if (!getTargetParser().isLabel(ID)) in parseStatement()