Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp110 std::vector<unsigned> GPR32LiveDefs; in hasLiveDefs() local
127 GPR32LiveDefs.push_back(MO.getReg()); in hasLiveDefs()
138 if (GPR32LiveDefs.empty()) in hasLiveDefs()
147 for (auto I : GPR32LiveDefs) in hasLiveDefs()