Searched refs:DebugNode (Results 1 – 2 of 2) sorted by relevance
881 if (MDNode *DebugNode = MDNode::getIfExists(V->getContext(), V)) in FindAllocaDbgDeclare() local882 for (Value::use_iterator UI = DebugNode->use_begin(), in FindAllocaDbgDeclare()883 E = DebugNode->use_end(); UI != E; ++UI) in FindAllocaDbgDeclare()
937 if (MDNode *DebugNode = MDNode::getIfExists(AI->getContext(), AI)) { in run() local938 for (Value::use_iterator UI = DebugNode->use_begin(), in run()939 E = DebugNode->use_end(); UI != E; ++UI) in run()