Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/glslang/SPIRV/
DspvIR.h347 Block* getEntryBlock() const { return blocks.front(); } in getEntryBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp235 BasicBlock *getEntryBlock() const { in getEntryBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp190 BasicBlock *getEntryBlock() { in getEntryBlock() function in __anon26c64e210211::CHRScope
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp588 NodeAddr<BlockNode*> FuncNode::getEntryBlock(const DataFlowGraph &G) { in getEntryBlock() function in FuncNode