Searched defs:label_return (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/VMCore/
H A DPassManagerTest.cpp519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); local
528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1);
530 // Block return (label_return)
531 ReturnInst::Create(getGlobalContext(), label_return); local

Completed in 56 milliseconds