Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1756 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1760 if (!AllowLabels && CGM.getCodeGenOpts().hasProfileClangInstr() && in ConstantFoldsToSimpleInteger()
1765 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1777 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1785 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCodeGenFunction.h5179 bool AllowLabels = false);
5185 bool AllowLabels = false);