Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp1049 uint32_t phiID = getNextID(); in emitPhiForBlockArguments() local
1052 << arg << " (id = " << phiID << ")\n"); in emitPhiForBlockArguments()
1057 phiArgs.push_back(phiID); in emitPhiForBlockArguments()
1081 valueIDMap[arg] = phiID; in emitPhiForBlockArguments()