Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSAddDebugInfoPass.cpp161 llvm::AllocaInst* indexVar = nullptr; in attachDebugInfo() local
165 indexVar = allocaInst; in attachDebugInfo()
213 if (indexVar) { in attachDebugInfo()
222 indexVar, indexVarDI, emptyExpr, in attachDebugInfo()
223 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar); in attachDebugInfo()
224 indexVar->moveBefore(decl); in attachDebugInfo()