Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVBranch

739 class SPIRVBranch:public SPIRVInstruction {
743 SPIRVBranch(SPIRVLabel *TheTargetLabel,SPIRVBasicBlock *TheBB)
749 SPIRVBranch():SPIRVInstruction(OC), TargetLabelId(SPIRVID_INVALID) {