Lines Matching full:building
199 // BasicBlock building: create a new block. in NON_EXPORTED_BASE()
202 // BasicBlock building: records that a node will later be added to a block but in NON_EXPORTED_BASE()
206 // BasicBlock building: add a node to the end of the block. in NON_EXPORTED_BASE()
209 // BasicBlock building: add a goto to the end of {block}. in NON_EXPORTED_BASE()
212 // BasicBlock building: add a call at the end of {block}. in NON_EXPORTED_BASE()
216 // BasicBlock building: add a branch at the end of {block}. in NON_EXPORTED_BASE()
220 // BasicBlock building: add a switch at the end of {block}. in NON_EXPORTED_BASE()
224 // BasicBlock building: add a deoptimize at the end of {block}. in NON_EXPORTED_BASE()
227 // BasicBlock building: add a tailcall at the end of {block}. in NON_EXPORTED_BASE()
230 // BasicBlock building: add a return at the end of {block}. in NON_EXPORTED_BASE()
233 // BasicBlock building: add a throw at the end of {block}. in NON_EXPORTED_BASE()