Searched refs:DebugNode (Results 1 – 3 of 3) sorted by relevance
1074 if (MDNode *DebugNode = MDNode::getIfExists(V->getContext(), V)) in FindAllocaDbgDeclare() local1075 for (Value::use_iterator UI = DebugNode->use_begin(), in FindAllocaDbgDeclare()1076 E = DebugNode->use_end(); UI != E; ++UI) in FindAllocaDbgDeclare()
1058 if (MDNode *DebugNode = MDNode::getIfExists(AI->getContext(), AI)) { in run() local1059 for (Value::use_iterator UI = DebugNode->use_begin(), in run()1060 E = DebugNode->use_end(); UI != E; ++UI) in run()
743 if (MDNode *DebugNode = MDNode::getIfExists(AI.getContext(), &AI)) { in run() local744 for (Value::use_iterator UI = DebugNode->use_begin(), in run()745 UE = DebugNode->use_end(); in run()