Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
289 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anon6be9c9a00111::ARMAsmParser293 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()305 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()306 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()309 PendingConditionalInsts.clear(); in flushPendingInstructions()11409 PendingConditionalInsts.push_back(Inst); in MatchAndEmitInstruction()