Searched refs:CurrentPredicates (Results 1 – 1 of 1) sorted by relevance
184 static SetVector<MachineInstr *> CurrentPredicates; member in __anon88abca160111::VPTState189 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()196 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()202 CurrentPredicates.clear(); in reset()208 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()213 CurrentPredicates.insert(MI); in addPredicate()218 CurrentPredicates.clear(); in resetPredicate()219 CurrentPredicates.insert(MI); in resetPredicate()528 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState