Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp27 BasicBlock *SSAContext::getEntryBlock(Function &F) { getEntryBlock() function in SSAContext
31 const BasicBlock *SSAContext::getEntryBlock(const Function &F) { getEntryBlock() function in SSAContext
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp29 MachineBasicBlock *MachineSSAContext::getEntryBlock(MachineFunction &F) { getEntryBlock() function in MachineSSAContext
H A DRDFGraph.cpp579 Block FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in llvm::rdf::FuncNode
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h800 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
801 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 __anon09913f2a0311::GCOVFunction
H A DControlHeightReduction.cpp160 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anone1ce48180111::CHRScope