Lines Matching defs:Predicated
870 // Predicated loads will write zeros to the falsely predicated bytes of the
932 // loads, stores and other predicated instructions into our Predicated
937 SmallPtrSet<MachineInstr *, 4> Predicated;
954 Predicated.insert(&MI);
967 dbgs() << " Predicated:\n";
968 for (auto *I : Predicated)
979 SmallPtrSetImpl<MachineInstr *> &Predicated) {
983 if (Use != MI && !Predicated.count(Use))
991 // instructions to Predicated. Successfully terminating the loop means that
1000 if (!HasPredicatedUsers(MI, MO, Predicated)) {
1009 Predicated.insert(MI);