Home | History | Annotate | Download | only in val

Lines Matching refs:getIdName

90                << "OpPhi's result type <id> " << _.getIdName(inst->type_id())
91 << " does not match incoming value <id> " << _.getIdName(inc_id)
92 << " type <id> " << _.getIdName(inc_type_id) << ".";
97 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id)
105 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id)
106 << " is not a predecessor of <id> " << _.getIdName(block->id())
164 << "OpReturnValue Value <id> '" << _.getIdName(value_id)
171 << _.getIdName(value->type_id()) << "' is missing or void.";
183 << _.getIdName(value->type_id())
192 << "OpReturnValue Value <id> '" << _.getIdName(value_id)
216 << "First block " << _.getIdName(target) << " of function "
217 << _.getIdName(_.current_function().id()) << " is targeted by block "
218 << _.getIdName(_.current_function().current_block()->id());
226 << "Block " << _.getIdName(merge_block)
347 << _.getIdName(target_block->id())
348 << " has invalid branch to block " << _.getIdName(block->id())
361 << _.getIdName(target_block->id())
363 << _.getIdName(*case_fall_through) << " and "
364 << _.getIdName(block->id());
398 << "Selection header " << _.getIdName(header->id())
399 << " does not dominate its case construct " << _.getIdName(target);
446 << "Case construct that targets " << _.getIdName(target)
448 << _.getIdName(case_fall_through)
463 << _.getIdName(pair.first);
484 << "Back-edges (" << _.getIdName(back_edge_block) << " -> "
485 << _.getIdName(header_block)
499 << "Loop header " << _.getIdName(loop_header_id)
516 _.getIdName(header->id()) + " does not have a " +
525 << ConstructErrorString(construct, _.getIdName(header->id()),
526 _.getIdName(merge->id()),
533 << ConstructErrorString(construct, _.getIdName(header->id()),
534 _.getIdName(merge->id()),
543 << ConstructErrorString(construct, _.getIdName(header->id()),
544 _.getIdName(merge->id()),
587 undef_blocks += _.getIdName(undefined_block);
596 << _.getIdName(function.id());
654 << "Block " << _.getIdName((*block)->id())
656 << _.getIdName(idom->id());