Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h184 void beginRegion(CGBuilderTy &Builder, bool AddIncomingFallThrough=false) {
185 beginRegion(AddIncomingFallThrough);
188 void beginRegion(bool AddIncomingFallThrough=false) {
190 if (AddIncomingFallThrough)
H A DCoverageMappingGen.cpp507 void beginRegion(bool AddIncomingFallThrough = false) { in beginRegion() argument
509 if (AddIncomingFallThrough) in beginRegion()