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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h188 /// adjustments. If AddIncomingFallThrough is true, the current region count
190 void beginRegion(CGBuilderTy &Builder, bool AddIncomingFallThrough=false) { argument
191 beginRegion(AddIncomingFallThrough);
194 void beginRegion(bool AddIncomingFallThrough=false) { argument
196 if (AddIncomingFallThrough)

Completed in 601 milliseconds