Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp785 EmitBlockWithFallThrough(LoopBody, Cnt); in EmitDoStmt()
1142 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmtRange()
1256 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmt()
1284 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmt()
1301 EmitBlockWithFallThrough(DefaultBlock, Cnt); in EmitDefaultStmt()
H A DCodeGenFunction.cpp768 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
H A DCodeGenFunction.h1251 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, RegionCounter &Cnt);