• Home
  • Raw
  • Download

Lines Matching refs:fresh

302   // A series of pairs of fresh ids, one per access chain index, for the results
356 // A fresh id for the new merge block.
359 // A fresh id for the new block where the actual instruction is
366 // A fresh id for the result id of the instruction (the original
370 // A fresh id for the new block where the placeholder instruction
374 // A fresh id for the placeholder instruction.
420 // A fresh id for a boolean OpPhi whose value will be true iff the function
427 // A fresh id that will get the value being returned, if the function is
444 // A fresh id into which the loop limiter's current value can be loaded.
447 // A fresh id that can be used to increment the loaded value by 1.
450 // A fresh id that can be used to compare the loaded value with the loop
454 // A fresh id that can be used to compute the conjunction or disjunction of
590 // Additional fresh ids, required to clamp index variables. A pair is needed
618 // The fresh ids required to apply the transformation.
912 // A fresh id for the preheader block
981 // The following are fresh ids.
983 // A fresh id for the synonym.
986 // A fresh id for the label of the loop,
989 // A fresh id for the counter.
992 // A fresh id taking the value I - S * ctr at the ctr-th iteration.
995 // A fresh id taking the value I - S * (ctr + 1) at the ctr-th iteration, and
999 // A fresh id for the incremented counter.
1002 // A fresh id for the loop condition.
1019 // A fresh id for the additional block. If this is 0, it means that only one
1068 // A fresh id for a new function type. This might not be used
1303 // A fresh id for the composite object
1431 // The fresh ids required to apply the transformation.
1490 // this field provides a fresh id for an OpCompositeConstruct instruction for
1502 // the corresponding fresh ids and module ids needed.
1514 // A fresh id for the result of the call
1531 // This transformation inlines a function by mapping the function instructions to fresh ids.
1537 // this map provides an associated fresh id that can
1632 // A fresh id for the header of the new outer loop.
1635 // A fresh id for the new return block of the function,
1639 // A fresh id for the value that will be returned.
1708 // A fresh id for the type of the outlined function
1711 // A fresh id for the outlined function itself
1714 // A fresh id to represent the block in the outlined function that represents
1718 // A fresh id for the result of the OpFunctionCall instruction that will call
1722 // A fresh id to capture the return value of the outlined function - the
1728 // fresh parameter ids.
1732 // fresh ids defined by the outlined function, which get copied into the
1734 // by the caller. This is a mapping from original ids to corresponding fresh
1798 // A fresh id for an OpPhi instruction. This might not be used by the
1803 // A map from the id of some successor of the |block_id| to the fresh id.
1804 // The map contains a fresh id for at least every successor of the |block_id|.
1805 // Every fresh id in the map corresponds to the result id of the clone,
1824 // A map from the id of some predecessor of the |block_id| to the fresh id.
1825 // The map contains a fresh id for at least every predecessor of the |block_id|.
1842 // A fresh id for the result of the load instruction.
1845 // A fresh id for the variable to be stored to.
1890 // The fresh id of the intermediate result.
1997 // A fresh id for the variable to be stored to.
2036 // The fresh ids needed to apply the transformation.
2099 // A fresh id for the new block that the predecessor of the block
2103 // A fresh id for the new block that the predecessor of the block
2125 // This field contains a fresh id for at least every result id of a relevant
2215 // future transformations may refer to the fresh id introduced by this
2299 // A fresh id for a new OpFunctionCall instruction.