Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
294 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anon2f82d7160111::ARMAsmParser298 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()310 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()311 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()314 PendingConditionalInsts.clear(); in flushPendingInstructions()11181 PendingConditionalInsts.push_back(Inst); in MatchAndEmitInstruction()