Searched refs:CurrentPredicates (Results 1 – 1 of 1) sorted by relevance
188 static SetVector<MachineInstr *> CurrentPredicates; member in __anonf568b4ed0111::VPTState193 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()200 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()206 CurrentPredicates.clear(); in reset()212 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()217 CurrentPredicates.insert(MI); in addPredicate()222 CurrentPredicates.clear(); in resetPredicate()223 CurrentPredicates.insert(MI); in resetPredicate()532 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState