Searched refs:PendingConditionalInsts (Results 1 – 1 of 1) sorted by relevance
219 SmallVector<MCInst, 4> PendingConditionalInsts; member in __anonb936c2650111::ARMAsmParser223 assert(PendingConditionalInsts.size() == 0); in flushPendingInstructions()236 assert(PendingConditionalInsts.size() <= 4); in flushPendingInstructions()237 for (const MCInst &Inst : PendingConditionalInsts) { in flushPendingInstructions()240 PendingConditionalInsts.clear(); in flushPendingInstructions()9333 PendingConditionalInsts.push_back(Inst); in MatchAndEmitInstruction()