Searched defs:getEntryBlock (Results 1 – 5 of 5) sorted by relevance
515 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function516 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
626 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function627 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
304 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
558 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
607 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode