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 __anonfe19b4d40111::MachineConstPropagator 741 InstrExec.insert(&MI); in visitBranchesFrom() 801 if (!InstrExec.count(&MI)) in visitUsesOf() 836 if (!InstrExec.count(&MI)) in computeBlockSuccessors() 907 InstrExec.insert(&*It); in propagate() 919 if (It != End && InstrExec.count(&*It)) in propagate() 925 InstrExec.insert(&*It); in propagate() 998 if (InstrExec.count(&MI)) { in rewrite() 1047 if (MI.isBranch() && !InstrExec.count(&MI)) in rewrite() 1062 InstrExec in run() [all...]
118 InstrSetType InstrExec; // Executable instructions. member