Searched defs:getEntryBlock (Results 1 – 5 of 5) sorted by relevance
762 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function763 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
257 BasicBlock *getEntryBlock() const { in getEntryBlock() function
404 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon8d0cc8750611::GCOVFunction
191 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon566c75c30211::CHRScope
588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode