Lines Matching full:building
221 // BasicBlock building: create a new block. in NON_EXPORTED_BASE()
224 // BasicBlock building: records that a node will later be added to a block but in NON_EXPORTED_BASE()
228 // BasicBlock building: add a node to the end of the block. in NON_EXPORTED_BASE()
231 // BasicBlock building: add a goto to the end of {block}. in NON_EXPORTED_BASE()
234 // BasicBlock building: add a call at the end of {block}. in NON_EXPORTED_BASE()
238 // BasicBlock building: add a branch at the end of {block}. in NON_EXPORTED_BASE()
242 // BasicBlock building: add a switch at the end of {block}. in NON_EXPORTED_BASE()
246 // BasicBlock building: add a deoptimize at the end of {block}. in NON_EXPORTED_BASE()
249 // BasicBlock building: add a tailcall at the end of {block}. in NON_EXPORTED_BASE()
252 // BasicBlock building: add a return at the end of {block}. in NON_EXPORTED_BASE()
255 // BasicBlock building: add a throw at the end of {block}. in NON_EXPORTED_BASE()