Searched refs:NormalBB (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2468 BasicBlock *NormalBB = getBasicBlock(Record[2]); in ParseFunctionBody() local 2481 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 || in ParseFunctionBody() 2504 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3179 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local 3187 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke() 3251 InvokeInst *II = InvokeInst::Create(Callee, NormalBB, UnwindBB, Args); in ParseInvoke()
|
/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/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()
|