Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DFunction.h800 const BasicBlock &getEntryBlock() const { return front(); } getEntryBlock() function
801 BasicBlock &getEntryBlock() { return front(); } getEntryBlock() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h128 mlir::Block *getEntryBlock() { return &getFunction().front(); } getEntryBlock() function
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DControlFlowOps.cpp347 Block *LoopOp::getEntryBlock() { in getEntryBlock() function in mlir::spirv::LoopOp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp256 BasicBlock *getEntryBlock() const { getEntryBlock() function
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp351 GCOVBlock &getEntryBlock() { return EntryBlock; } getEntryBlock() function in __anon674c465d0311::GCOVFunction
H A DControlHeightReduction.cpp160 BasicBlock *getEntryBlock() { getEntryBlock() function in __anonf9fc18ab0111::CHRScope
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp579 Block FuncNode::getEntryBlock(const DataFlowGraph &G) { getEntryBlock() function in llvm::rdf::FuncNode
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp1213 BasicBlock *ScopStmt::getEntryBlock() const { getEntryBlock() function in ScopStmt