Searched refs:InstrExec (Results 1 – 3 of 3) sorted by relevance
931 InstrExec.insert(&MI); in visitBranchesFrom()1036 InstrExec.insert(&MI); in visit()1049 InstrExec.clear(); in reset()1070 InstrExec.insert(&PI); in runEdgeQueue()1084 InstrExec.insert(&MI); in runEdgeQueue()1109 if (!InstrExec.count(&UseI)) in runUseQueue()
283 SetOfInstr InstrExec; member in __anon01729d880111::MachineConstPropagator742 InstrExec.insert(&MI); in visitBranchesFrom()802 if (!InstrExec.count(&MI)) in visitUsesOf()837 if (!InstrExec.count(&MI)) in computeBlockSuccessors()909 InstrExec.insert(&*It); in propagate()921 if (It != End && InstrExec.count(&*It)) in propagate()927 InstrExec.insert(&*It); in propagate()1001 if (InstrExec.count(&MI)) { in rewrite()1052 if (I->isBranch() && !InstrExec.count(&*I)) in rewrite()1069 InstrExec.clear(); in run()
118 InstrSetType InstrExec; // Executable instructions. member