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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp932 InstrExec.insert(&MI);
1034 InstrExec.insert(&MI);
1047 InstrExec.clear();
1068 InstrExec.insert(&PI);
1082 InstrExec.insert(&MI);
1107 if (!InstrExec.count(&UseI))
H A DHexagonConstPropagation.cpp284 SetOfInstr InstrExec; member in class:__anon2231::MachineConstPropagator
743 InstrExec.insert(&MI);
800 if (!InstrExec.count(&MI))
832 if (!InstrExec.count(&MI))
904 InstrExec.insert(&*It);
916 if (It != End && InstrExec.count(&*It))
922 InstrExec.insert(&*It);
996 if (InstrExec.count(&MI)) {
1047 if (I->isBranch() && !InstrExec.count(&*I))
1064 InstrExec
[all...]
H A DBitTracker.h118 InstrSetType InstrExec; // Executable instructions. member in struct:llvm::BitTracker

Completed in 80 milliseconds