Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h762 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
763 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp257 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp404 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon8d0cc8750611::GCOVFunction
H A DControlHeightReduction.cpp191 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon566c75c30211::CHRScope
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode