Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp511 llvm::BasicBlock *IndGotoBB = GetIndirectGotoBlock(); in EmitIndirectGotoStmt() local
515 cast<llvm::PHINode>(IndGotoBB->begin())->addIncoming(V, CurBB); in EmitIndirectGotoStmt()
517 EmitBranch(IndGotoBB); in EmitIndirectGotoStmt()