Home
last modified time | relevance | path

Searched defs:getBasicBlockList (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h508 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function
509 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h668 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function
669 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function