Searched full:sequential (Results 1 – 8 of 8) sorted by relevance
26 …/* The generation of sequential names is based on the order of a, b, c..., The initial size of res… in OrderNameGenerator()
130 in LLVMAOT mode. Default value is -1 and compilation is sequential. Bigger values allow
7 Circuit IR splits a program into two major parts: [sequential logic](https://en.wikipedia.org/wiki/…9 * The **sequential logic** part is a subgraph of Circuit IR which is similar to the underlying cont…13 …rdered](https://en.wikipedia.org/wiki/Partially_ordered_set) by wires. Sequential logic part and c…21 Loose coupling of sequential logic part and combinational logic part can benefit compilation speed,…27 * `STATE_ENTRY`: Representing the initial state of the sequential logic part. (for traversing forwa…233 Intermediate gates are gates that connect sequential logic and combinational logic parts (relays an…
34 * The idea is to check whether two sequential slots of an object/array being in CardTable()
20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
757 // The LineEcmaString abstract class captures sequential string values, only LineEcmaString can sto…
2804 …// number sequential LoadArray with LenArray more than dimension of MultiArrays. So limiting the i… in OptimizeLenArrayForMultiArray()