Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2357 raw_string_ostream IROstream(SPIRAssembly); in createKernelASM() local
2358 IROstream << *GPUModule; in createKernelASM()
2359 IROstream.flush(); in createKernelASM()