Searched refs:label_entry_5 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 483 BasicBlock* label_entry_5 = BasicBlock::Create(getGlobalContext(), "entry",func_test2,0); in makeLLVMModule() local 486 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 491 ReturnInst::Create(getGlobalContext(), int32_6, label_entry_5); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 486 BasicBlock *label_entry_5 = in makeLLVMModule() local 490 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 495 ReturnInst::Create(Context, int32_6, label_entry_5); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 545 BasicBlock *label_entry_5 = in makeLLVMModule() local 549 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 555 ReturnInst::Create(Context, int32_6, label_entry_5); in makeLLVMModule()
|