Searched refs:BBRef (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1516 LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlockInContext() argument 1518 BasicBlock *BB = unwrap(BBRef); in LLVMInsertBasicBlockInContext() 1522 LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlock() argument 1524 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock() 1527 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() argument 1528 unwrap(BBRef)->eraseFromParent(); in LLVMDeleteBasicBlock() 1531 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() argument 1532 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2065 LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlockInContext() argument 2067 BasicBlock *BB = unwrap(BBRef); in LLVMInsertBasicBlockInContext() 2071 LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlock() argument 2073 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock() 2076 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() argument 2077 unwrap(BBRef)->eraseFromParent(); in LLVMDeleteBasicBlock() 2080 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() argument 2081 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2291 LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlockInContext() argument 2293 BasicBlock *BB = unwrap(BBRef); in LLVMInsertBasicBlockInContext() 2297 LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlock() argument 2299 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock() 2302 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() argument 2303 unwrap(BBRef)->eraseFromParent(); in LLVMDeleteBasicBlock() 2306 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() argument 2307 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|