Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp331 bool isAlloca = llvm::isa<llvm::AllocaInst>(pending.value); in emitPending() local
334 pending.location.function.file.c_str(), pending.location.line, isAlloca ? "true" : "false"); in emitPending()
349 if(!isAlloca) in emitPending()