Searched refs:CurrentPredicates (Results 1 – 1 of 1) sorted by relevance
194 static SetVector<MachineInstr *> CurrentPredicates; member in __anon59c8a0920111::VPTState199 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()206 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()212 CurrentPredicates.clear(); in reset()218 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()223 CurrentPredicates.insert(MI); in addPredicate()228 CurrentPredicates.clear(); in resetPredicate()229 CurrentPredicates.insert(MI); in resetPredicate()534 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState