Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp786 llvm::BasicBlock *IndGotoBB = GetIndirectGotoBlock(); in EmitIndirectGotoStmt() local
790 cast<llvm::PHINode>(IndGotoBB->begin())->addIncoming(V, CurBB); in EmitIndirectGotoStmt()
792 EmitBranch(IndGotoBB); in EmitIndirectGotoStmt()