Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DSSAContext.cpp25 BasicBlock *SSAContext::getEntryBlock(Function &F) { in getEntryBlock() function in SSAContext
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp24 MachineBasicBlock *MachineSSAContext::getEntryBlock(MachineFunction &F) { in getEntryBlock() function in MachineSSAContext
H A DRDFGraph.cpp586 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h710 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
711 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h79 mlir::Block *getEntryBlock() { return &getFunction().front(); } in getEntryBlock() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp257 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp350 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon434f465a0311::GCOVFunction
H A DControlHeightReduction.cpp151 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anonfd3f65480111::CHRScope
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1210 BasicBlock *ScopStmt::getEntryBlock() const { in getEntryBlock() function in ScopStmt
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3072 Block *spirv::LoopOp::getEntryBlock() { in getEntryBlock() function in spirv::LoopOp