| /src/sys/arch/mvme68k/stand/libsa/ |
| SRT0.S | 46 beqs restart | short-circuit out
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachinePipeliner.h | 153 /// Helper class to implement Johnson's circuit finding algorithm. 176 /// Reset the data structures used in the circuit algorithm. 185 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcov.cc | 820 /* Find circuit going to block V, PATH is provisional seen cycle. 826 circuit (block_info *v, arc_vector_t &path, block_info *start, function 854 loop_found |= circuit (w, path, start, blocked, block_lists, linfo, 888 Each iteration of the circuit detection is completely independent 900 circuit (*it, path, *it, blocked, block_lists, linfo, count);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 776 /* Find circuit going to block V, PATH is provisional seen cycle. 782 circuit (block_info *v, arc_vector_t &path, block_info *start, function 810 loop_found |= circuit (w, path, start, blocked, block_lists, linfo, 844 Each iteration of the circuit detection is completely independent 856 circuit (*it, path, *it, blocked, block_lists, linfo, count);
|
| /src/usr.bin/make/unit-tests/ |
| cond-short.mk | 5 # This is called 'short-circuit evaluation' and is the usual evaluation
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachinePipeliner.cpp | 1167 /// Iterate over each circuit. Compute the delay(c) and distance(c) 1168 /// for each circuit. The II needs to satisfy the inequality 1169 /// delay(c) - II*distance(c) <= 0. For each circuit, choose the smallest 1274 /// Identify an elementary circuit in the dependence graph starting at the 1276 bool SwingSchedulerDAG::Circuits::circuit(int V, int S, NodeSetType &NodeSets, function in class:SwingSchedulerDAG::Circuits 1295 if (circuit(W, S, NodeSets, 1315 /// Unblock a node in the circuit finding algorithm. 1330 /// Johnson's circuit algorithm. 1341 Cir.circuit(i, i, NodeSets); 2766 // is not part of circuit, then the NodeOrder is no [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| divmodsi.S | 714 ;; see if we can short-circuit a bunch of shifts
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| divmodsi.S | 714 ;; see if we can short-circuit a bunch of shifts
|