Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h800 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
801 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopFuse.cpp256 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp351 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon882ce5830311::GCOVFunction
HDControlHeightReduction.cpp160 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon409122910111::CHRScope
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.cpp579 Block FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in llvm::rdf::FuncNode