Home
last modified time | relevance | path

Searched refs:InstrExec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp925 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()
H A DHexagonConstPropagation.cpp262 SetOfInstr InstrExec; member in __anonfe19b4d40111::MachineConstPropagator
722 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()
H A DBitTracker.h115 InstrSetType InstrExec; // Executable instructions. member