Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp477 SmallDenseMap<uint64_t, MachineBasicBlock *> ValuesToMBBs; in processSwitches() local
504 ValuesToMBBs[Value] = MBB; in processSwitches()
527 if (!ValuesToMBBs[Val]) in processSwitches()
531 MBBs.push_back(ValuesToMBBs[Val]); in processSwitches()