Searched refs:CurrentPredicates (Results 1 – 1 of 1) sorted by relevance
198 static SetVector<MachineInstr *> CurrentPredicates; member in __anon67cf66980111::VPTState203 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()210 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()216 CurrentPredicates.clear(); in reset()222 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()227 CurrentPredicates.insert(MI); in addPredicate()232 CurrentPredicates.clear(); in resetPredicate()233 CurrentPredicates.insert(MI); in resetPredicate()533 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState