Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp518 BasicBlock* label_bb1 = BasicBlock::Create(getGlobalContext(), "bb1",func_test4,nullptr); in makeLLVMModule() local
525 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule()
528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()