Searched refs:label_entry_8 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 498 BasicBlock* label_entry_8 = BasicBlock::Create(getGlobalContext(), "entry",func_test3,0); in makeLLVMModule() local 501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() 506 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 501 BasicBlock *label_entry_8 = in makeLLVMModule() local 505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() 510 ReturnInst::Create(Context, int32_9, label_entry_8); in makeLLVMModule()
|