Searched refs:InstrExec (Results 1 – 3 of 3) sorted by relevance
930 InstrExec.insert(&MI); in visitBranchesFrom()1035 InstrExec.insert(&MI); in visit()1048 InstrExec.clear(); in reset()1068 InstrExec.insert(&PI); in runEdgeQueue()1082 InstrExec.insert(&MI); in runEdgeQueue()1107 if (!InstrExec.count(&UseI)) in runUseQueue()
283 SetOfInstr InstrExec; member in __anona14c30040111::MachineConstPropagator742 InstrExec.insert(&MI); in visitBranchesFrom()802 if (!InstrExec.count(&MI)) in visitUsesOf()837 if (!InstrExec.count(&MI)) in computeBlockSuccessors()908 InstrExec.insert(&*It); in propagate()920 if (It != End && InstrExec.count(&*It)) in propagate()926 InstrExec.insert(&*It); in propagate()999 if (InstrExec.count(&MI)) { in rewrite()1048 if (MI.isBranch() && !InstrExec.count(&MI)) in rewrite()1063 InstrExec.clear(); in run()
118 InstrSetType InstrExec; // Executable instructions. member