Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h807 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
808 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h719 mlir::Block *getEntryBlock() { return entryBlock; } in getEntryBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp255 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp349 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon09913f2a0311::GCOVFunction
H A DControlHeightReduction.cpp159 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anone1ce48180111::CHRScope
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp578 Block FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in llvm::rdf::FuncNode