Return BB as the graph entry node.
Synopsis
Declared in <llvm/CodeGen/MachineBasicBlock.h>
static
NodeRef
getEntryNode(MachineBasicBlock* BB);
Return Value
The graph entry node.
Parameters
Name |
Description |
BB |
Machine basic block used as the entry node. |
Created with MrDocs