Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp931 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()
H A DHexagonConstPropagation.cpp283 SetOfInstr InstrExec; member in __anon01729d880111::MachineConstPropagator
742 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()
H A DBitTracker.h118 InstrSetType InstrExec; // Executable instructions. member