Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp557 BasicBlock *EndBB2 = BasicBlock::Create(C, "if.end2", F); in wrapTestSetjmp() local
565 IRB.CreateCondBr(Cmp2, ThenBB2, EndBB2); in wrapTestSetjmp()
573 IRB.SetInsertPoint(EndBB2); in wrapTestSetjmp()
583 LabelPHI->addIncoming(ThenLabel, EndBB2); in wrapTestSetjmp()