Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp966 EmitBlockWithFallThrough(LoopBody, &S); in EmitDoStmt()
1418 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmtRange()
1555 EmitBlockWithFallThrough(CaseDest, &S); in EmitCaseStmt()
1586 EmitBlockWithFallThrough(CaseDest, CurCase); in EmitCaseStmt()
1624 EmitBlockWithFallThrough(DefaultBlock, &S); in EmitDefaultStmt()
H A DCodeGenFunction.cpp1239 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough() function in CodeGenFunction
H A DCodeGenFunction.h2218 void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);