Lines Matching refs:SmallPtrSet

131     SmallPtrSet<MachineBasicBlock*, 4> Visited;
304 SmallPtrSet<MachineInstr *, 2> Defs; in hasImplicitlyValidVPT()
380 SmallPtrSet<MachineInstr *, 4> ToRemove;
381 SmallPtrSet<MachineInstr *, 4> BlockMasksToRecompute;
382 SmallPtrSet<MachineInstr *, 4> DoubleWidthResultInstrs;
383 SmallPtrSet<MachineInstr *, 4> VMOVCopies;
540 SmallPtrSet<MachineBasicBlock*, 2> BasicBlocks; in INITIALIZE_PASS()
545 std::map<MachineInstr *, SmallPtrSet<MachineInstr *, 2>> ITBlocks; in INITIALIZE_PASS()
557 SmallPtrSet<MachineInstr *, 2> ModifiedITs; in INITIALIZE_PASS()
558 SmallPtrSet<MachineInstr *, 2> RemoveITs; in INITIALIZE_PASS()
578 SmallPtrSet<MachineInstr *, 2> Uses; in INITIALIZE_PASS()
589 SmallPtrSet<MachineInstr*, 4> Killed; in INITIALIZE_PASS()
761 SmallPtrSet<MachineInstr*, 2> ElementChain; in ValidateTailPredicate()
762 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate()
800 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate()
899 SmallPtrSet<MachineInstr *, 2> Defs; in producesFalseLanesZero()
939 SmallPtrSet<MachineInstr *, 4> FalseLanesZero; in ValidateLiveOuts()
940 SmallPtrSet<MachineInstr *, 4> Predicated; in ValidateLiveOuts()
983 SmallPtrSet<MachineInstr *, 2> Uses; in ValidateLiveOuts()
998 SmallPtrSet<MachineInstr*, 2> NonPredicated; in ValidateLiveOuts()
1015 SmallPtrSet<MachineInstr *, 2> LiveOutMIs; in ValidateLiveOuts()
1170 SmallPtrSet<MachineBasicBlock *, 4> Visited{MI->getParent()}; in ValidateMVEStore()
1398 SmallPtrSet<MachineInstr *, 2> Uses; in ProcessLoop()
1431 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec()
1524 SmallPtrSet<MachineInstr*, 4> Killed = { LoLoop.Start, LoLoop.Dec, in IterationCountDCE()
1741 auto ExpandVMOVCopies = [this](SmallPtrSet<MachineInstr *, 4> &VMOVCopies) { in Expand()