Home
last modified time | relevance | path

Searched refs:LLVMDeleteBasicBlock (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1717 LLVMDeleteBasicBlock(fAllocaBlock); in compileStageFunctionVector()
1718 LLVMDeleteBasicBlock(start); in compileStageFunctionVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3001 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2673 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() function