Searched refs:InstrExec (Results 1 – 3 of 3) sorted by relevance
925 InstrExec.insert(&MI); in visitBranchesFrom()1029 InstrExec.insert(&MI); in visit()1042 InstrExec.clear(); in reset()1062 InstrExec.insert(&PI); in runEdgeQueue()1076 InstrExec.insert(&MI); in runEdgeQueue()1101 if (!InstrExec.count(&UseI)) in runUseQueue()
262 SetOfInstr InstrExec; member in __anonfe19b4d40111::MachineConstPropagator722 InstrExec.insert(&MI); in visitBranchesFrom()781 if (!InstrExec.count(&MI)) in visitUsesOf()816 if (!InstrExec.count(&MI)) in computeBlockSuccessors()887 InstrExec.insert(&*It); in propagate()899 if (It != End && InstrExec.count(&*It)) in propagate()905 InstrExec.insert(&*It); in propagate()978 if (InstrExec.count(&MI)) { in rewrite()1027 if (MI.isBranch() && !InstrExec.count(&MI)) in rewrite()1042 InstrExec.clear(); in run()
115 InstrSetType InstrExec; // Executable instructions. member