Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp243 lowerGetBlockContext(CallInst *CallGetBlkCtx, Value *Ctx = nullptr) { in lowerGetBlockContext() argument
245 getBlockInvokeFuncAndContext(CallGetBlkCtx->getArgOperand(0), nullptr, in lowerGetBlockContext()
247 CallGetBlkCtx->replaceAllUsesWith(Ctx); in lowerGetBlockContext()
248 DEBUG(dbgs() << " [lowerGetBlockContext] " << *CallGetBlkCtx << " => " << in lowerGetBlockContext()
250 erase(CallGetBlkCtx); in lowerGetBlockContext()