Searched refs:noops (Results 1 – 11 of 11) sorted by relevance
34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local36 fCount = noops - fRecords.get(); in defrag()
608 std::map<string, NodeDef*> noops; in GroupCrossDeviceControlEdges() local615 auto emplace_result = noops.emplace(input->device(), nullptr); in GroupCrossDeviceControlEdges()651 auto it = noops.find(input->device()); in GroupCrossDeviceControlEdges()652 if (it == noops.end() || it->second == nullptr) { in GroupCrossDeviceControlEdges()666 for (const auto& entry : noops) { in GroupCrossDeviceControlEdges()
470 noops = []495 noops.append(noop)497 return '\n\n'.join(noops)
72 These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define
55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it
60 ; Loads are reading values just writen from corresponding register and are therefore noops.
1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
1563 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
15 // instructions are noops on SystemZ.