Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
293 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anon46f2ecb80111::ARMAsmParser297 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()309 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()310 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()313 PendingConditionalInsts.clear(); in flushPendingInstructions()10981 PendingConditionalInsts.push_back(Inst); in MatchAndEmitInstruction()