Searched refs:isAlloca (Results 1 – 1 of 1) sorted by relevance
331 bool isAlloca = llvm::isa<llvm::AllocaInst>(pending.value); in emitPending() local334 pending.location.function.file.c_str(), pending.location.line, isAlloca ? "true" : "false"); in emitPending()349 if(!isAlloca) in emitPending()