Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp517 BasicBlock* label_bb = BasicBlock::Create(getGlobalContext(), "bb",func_test4,nullptr); 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()