Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp932 InstrExec.insert(&MI); in visitBranchesFrom()
1034 InstrExec.insert(&MI); in visit()
1047 InstrExec.clear(); in reset()
1068 InstrExec.insert(&PI); in runEdgeQueue()
1082 InstrExec.insert(&MI); in runEdgeQueue()
1107 if (!InstrExec.count(&UseI)) in runUseQueue()
H A DHexagonConstPropagation.cpp272 SetOfInstr InstrExec; member in __anonc5c9f0b90111::MachineConstPropagator
731 InstrExec.insert(&MI); in visitBranchesFrom()
788 if (!InstrExec.count(&MI)) in visitUsesOf()
820 if (!InstrExec.count(&MI)) in computeBlockSuccessors()
892 InstrExec.insert(&*It); in propagate()
904 if (It != End && InstrExec.count(&*It)) in propagate()
910 InstrExec.insert(&*It); in propagate()
984 if (InstrExec.count(&MI)) { in rewrite()
1035 if (I->isBranch() && !InstrExec.count(&*I)) in rewrite()
1052 InstrExec.clear(); in run()
H A DBitTracker.h119 InstrSetType InstrExec; // Executable instructions. member