Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h640 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
641 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp189 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon5bb62add0211::CHRScope
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp607 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode