Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h241 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *) = 0;
DSPIRVModule.cpp213 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *);
1045 SPIRVModuleImpl::addBranchInst(SPIRVLabel *TargetLabel, SPIRVBasicBlock *BB) { in addBranchInst() function in SPIRV::SPIRVModuleImpl
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1006 return mapValue(V, BM->addBranchInst( in transValueWithoutDecoration()