Lines Matching full:building
211 // BasicBlock building: create a new block. in NON_EXPORTED_BASE()
214 // BasicBlock building: records that a node will later be added to a block but in NON_EXPORTED_BASE()
218 // BasicBlock building: add a node to the end of the block. in NON_EXPORTED_BASE()
221 // BasicBlock building: add a goto to the end of {block}. in NON_EXPORTED_BASE()
224 // BasicBlock building: add a call at the end of {block}. in NON_EXPORTED_BASE()
228 // BasicBlock building: add a branch at the end of {block}. in NON_EXPORTED_BASE()
232 // BasicBlock building: add a switch at the end of {block}. in NON_EXPORTED_BASE()
236 // BasicBlock building: add a deoptimize at the end of {block}. in NON_EXPORTED_BASE()
239 // BasicBlock building: add a tailcall at the end of {block}. in NON_EXPORTED_BASE()
242 // BasicBlock building: add a return at the end of {block}. in NON_EXPORTED_BASE()
245 // BasicBlock building: add a throw at the end of {block}. in NON_EXPORTED_BASE()