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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp630 llvm::BasicBlock *IndGotoBB = GetIndirectGotoBlock(); local
634 cast<llvm::PHINode>(IndGotoBB->begin())->addIncoming(V, CurBB);
636 EmitBranch(IndGotoBB);

Completed in 254 milliseconds