Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
290 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anon2aa686d00111::ARMAsmParser294 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()306 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()307 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()310 PendingConditionalInsts.clear(); in flushPendingInstructions()11009 PendingConditionalInsts.push_back(Inst); in MatchAndEmitInstruction()