Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp784 EmitBlockWithFallThrough(LoopBody, Cnt); in EmitDoStmt()
1147 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmtRange()
1261 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmt()
1289 EmitBlockWithFallThrough(CaseDest, CaseCnt); in EmitCaseStmt()
1306 EmitBlockWithFallThrough(DefaultBlock, Cnt); in EmitDefaultStmt()
DCodeGenFunction.cpp786 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
DCodeGenFunction.h1224 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, RegionCounter &Cnt);