Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DFIRBuilder.h67 mlir::Block *getEntryBlock() { return &getFunction().front(); } in getEntryBlock() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h515 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
516 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h675 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
676 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h727 const BasicBlock &getEntryBlock() const { return front(); } in getEntryBlock() function
728 BasicBlock &getEntryBlock() { return front(); } in getEntryBlock() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DspvIR.h351 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h351 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp235 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp255 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp403 GCOVBlock &getEntryBlock() { return EntryBlock; } in getEntryBlock() function in __anon492488a10611::GCOVFunction
DControlHeightReduction.cpp190 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon3b0d276f0211::CHRScope
/external/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp558 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp190 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon861201630211::CHRScope
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1244 BasicBlock *ScopStmt::getEntryBlock() const { in getEntryBlock() function in ScopStmt
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2371 Block *spirv::LoopOp::getEntryBlock() { in getEntryBlock() function in spirv::LoopOp