Searched refs:label_bb (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 517 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,0); in makeLLVMModule() local 522 BranchInst::Create(label_bb, label_entry_11); in makeLLVMModule() 525 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 521 BasicBlock *label_bb = in makeLLVMModule() local 529 BranchInst::Create(label_bb, label_entry_11); in makeLLVMModule() 532 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule()
|