Searched refs:BBRef (Results 1 – 3 of 3) sorted by relevance
/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/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 2698 LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlockInContext() argument 2700 BasicBlock *BB = unwrap(BBRef); in LLVMInsertBasicBlockInContext() 2704 LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlock() argument 2706 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock() 2709 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() argument 2710 unwrap(BBRef)->eraseFromParent(); in LLVMDeleteBasicBlock() 2713 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() argument 2714 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 2662 LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlockInContext() argument 2664 BasicBlock *BB = unwrap(BBRef); in LLVMInsertBasicBlockInContext() 2668 LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef BBRef, in LLVMInsertBasicBlock() argument 2670 return LLVMInsertBasicBlockInContext(LLVMGetGlobalContext(), BBRef, Name); in LLVMInsertBasicBlock() 2673 void LLVMDeleteBasicBlock(LLVMBasicBlockRef BBRef) { in LLVMDeleteBasicBlock() argument 2674 unwrap(BBRef)->eraseFromParent(); in LLVMDeleteBasicBlock() 2677 void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BBRef) { in LLVMRemoveBasicBlockFromParent() argument 2678 unwrap(BBRef)->removeFromParent(); in LLVMRemoveBasicBlockFromParent()
|