Searched refs:label_bb1 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 523 BasicBlock *label_bb1 = in makeLLVMModule() local 532 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule() 535 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
|
/external/llvm-project/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 546 BasicBlock *label_bb1 = in makeLLVMModule() local 558 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule() 561 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
|