Searched refs:CurrentPredicates (Results 1 – 1 of 1) sorted by relevance
199 static SetVector<MachineInstr *> CurrentPredicates; member in __anonc75ae5220111::VPTState204 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()211 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()217 CurrentPredicates.clear(); in reset()223 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()228 CurrentPredicates.insert(MI); in addPredicate()233 CurrentPredicates.clear(); in resetPredicate()234 CurrentPredicates.insert(MI); in resetPredicate()539 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState