Searched refs:PredicatedInsts (Results 1 – 1 of 1) sorted by relevance
226 std::map<MachineInstr *, SetVector<MachineInstr *>> PredicatedInsts; member in __anona50655620111::VPTState235 PredicatedInsts[MI] = CurrentPredicates; in CreateVPTBlock()240 PredicatedInsts[MI] = CurrentPredicates; in addInst()257 SetVector<MachineInstr *> &Predicates = PredicatedInsts[MI]; in isPredicatedOnVCTP()296 return Op && PredicatedInsts.count(Op) && isPredicatedOnVCTP(Op); in hasImplicitlyValidVPT()