Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp182 llvm::AllocaInst* indexVar = nullptr; in attachDebugInfo() local
186 indexVar = allocaInst; in attachDebugInfo()
235 if (indexVar) { in attachDebugInfo()
244 indexVar, indexVarDI, emptyExpr, in attachDebugInfo()
245 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar); in attachDebugInfo()
246 indexVar->moveBefore(decl); in attachDebugInfo()