Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h763 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
764 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp257 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp404 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon46c724de0611::GCOVFunction
H A DControlHeightReduction.cpp191 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon15e3d84c0211::CHRScope
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode