Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2695 llvm::SmallSet<std::string, 8> PhysRegOutputs; in EmitAsmStmt() local
2722 if (!GCCReg.empty() && !PhysRegOutputs.insert(GCCReg).second) in EmitAsmStmt()