Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
288 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anon6be9c9a00111::ARMAsmParser296 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()308 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()309 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()312 PendingConditionalInsts.clear(); in flushPendingInstructions()11498 PendingConditionalInsts.push_back(Inst); in matchAndEmitInstruction()