Home
last modified time | relevance | path

Searched defs:getEntryBlock (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h515 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
516 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp558 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode