Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h779 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
780 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp256 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp351 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon671bdbf20311::GCOVFunction
H A DControlHeightReduction.cpp159 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anonb349c5e00111::CHRScope
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp579 Block FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in llvm::rdf::FuncNode