Searched refs:pAlloca (Results 1 – 2 of 2) sorted by relevance
119 AllocaInst* pAlloca = dyn_cast<AllocaInst>(inst); in SetTempAlloca() local120 SWR_ASSERT(pAlloca, "Unexpected non-alloca instruction"); in SetTempAlloca()122 pAlloca->setMetadata("is_temp_alloca", N); in SetTempAlloca()127 AllocaInst* pAlloca = dyn_cast<AllocaInst>(inst); in IsTempAlloca() local128 SWR_ASSERT(pAlloca, "Unexpected non-alloca instruction"); in IsTempAlloca()130 return (pAlloca->getMetadata("is_temp_alloca") != nullptr); in IsTempAlloca()
768 Value* pAlloca = ALLOCA(pType); in CreateEntryAlloca() local771 return pAlloca; in CreateEntryAlloca()778 Value* pAlloca = ALLOCA(pType, pArraySize); in CreateEntryAlloca() local781 return pAlloca; in CreateEntryAlloca()