Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2287 llvm::SmallSet<std::string, 8> PhysRegOutputs; in EmitAsmStmt() local
2314 if (!GCCReg.empty() && !PhysRegOutputs.insert(GCCReg).second) in EmitAsmStmt()