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