Searched refs:IsPush (Results 1 – 2 of 2) sorted by relevance
153 bool ParseSectionArguments(bool IsPush, SMLoc loc);404 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument427 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
2002 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2003 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()