Searched refs:NormalBB (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5255 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local 5263 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke() 5338 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6057 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local 6066 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke() 6130 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6428 BasicBlock *NormalBB, *UnwindBB; in parseInvoke() local 6437 parseTypeAndBasicBlock(NormalBB, PFS) || in parseInvoke() 6501 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in parseInvoke()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4476 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local 4533 I = InvokeInst::Create(FTy, Callee, NormalBB, UnwindBB, Ops, in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5091 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local 5137 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops, OperandBundles); in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4578 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local 4635 I = InvokeInst::Create(FTy, Callee, NormalBB, UnwindBB, Ops, in parseFunctionBody()
|