Searched defs:getEntryBlock (Results 1 – 8 of 8) sorted by relevance
515 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function516 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
675 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function676 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
347 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
235 BasicBlock *getEntryBlock() const { in getEntryBlock() function
558 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
190 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anonabcb81480211::CHRScope