Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp110 std::vector<unsigned> GPR64DeadDefs; in hasLiveDefs() local
133 GPR64DeadDefs.push_back(MO.getReg()); in hasLiveDefs()
142 if (GPR64DeadDefs.empty()) in hasLiveDefs()
148 if (!llvm::is_contained(GPR64DeadDefs, *SR)) in hasLiveDefs()