Home
last modified time | relevance | path

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

/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/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DspvIR.h347 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h347 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/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/Target/Hexagon/
DRDFGraph.cpp588 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 __anonabcb81480211::CHRScope