Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp922 InstrExec.insert(&MI); in visitBranchesFrom()
983 if (!InstrExec.count(UseI)) in visitUsesOf()
1047 InstrExec.clear(); in reset()
1088 InstrExec.insert(&PI); in run()
1102 InstrExec.insert(&MI); in run()
DBitTracker.h66 InstrSetType InstrExec; // Executable instructions. member