Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2895 auto returnValueInst = ReturnValue.getPointer(); in EmitFunctionEpilog() local
2896 if (returnValueInst->use_empty()) { in EmitFunctionEpilog()
2897 if (auto alloca = dyn_cast<llvm::AllocaInst>(returnValueInst)) { in EmitFunctionEpilog()