Home
last modified time | relevance | path

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

/external/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
/external/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
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h720 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function
721 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function