Searched refs:InstrExec (Results 1 – 3 of 3) sorted by relevance
932 InstrExec.insert(&MI); in visitBranchesFrom()1034 InstrExec.insert(&MI); in visit()1047 InstrExec.clear(); in reset()1068 InstrExec.insert(&PI); in runEdgeQueue()1082 InstrExec.insert(&MI); in runEdgeQueue()1107 if (!InstrExec.count(&UseI)) in runUseQueue()
272 SetOfInstr InstrExec; member in __anonc5c9f0b90111::MachineConstPropagator731 InstrExec.insert(&MI); in visitBranchesFrom()788 if (!InstrExec.count(&MI)) in visitUsesOf()820 if (!InstrExec.count(&MI)) in computeBlockSuccessors()892 InstrExec.insert(&*It); in propagate()904 if (It != End && InstrExec.count(&*It)) in propagate()910 InstrExec.insert(&*It); in propagate()984 if (InstrExec.count(&MI)) { in rewrite()1035 if (I->isBranch() && !InstrExec.count(&*I)) in rewrite()1052 InstrExec.clear(); in run()
119 InstrSetType InstrExec; // Executable instructions. member