Searched defs:getEntryBlock (Results 1 – 6 of 6) 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
190 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon26c64e210211::CHRScope
588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode