reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/DebugInfo.cpp
  282   assert(!N->operands().empty() && "Missing self reference?");
  285   if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) {
  285   if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) {
  288     return N;
  292   if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) {
  292   if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) {
  299   auto TempNode = MDNode::getTemporary(N->getContext(), None);
  302   for (auto Op = N->op_begin() + 1; Op != N->op_end(); Op++) {
  302   for (auto Op = N->op_begin() + 1; Op != N->op_end(); Op++) {
  308   MDNode *LoopID = MDNode::get(N->getContext(), Args);