Home
last modified time | relevance | path

Searched refs:NormalBB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp5036 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
5044 ParseTypeAndBasicBlock(NormalBB, PFS) || in ParseInvoke()
5119 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList); in ParseInvoke()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4653 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local
4699 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops, OperandBundles); in parseFunctionBody()