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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1131 if (SwitchWeights)
1132 SwitchWeights->push_back(Weight + (Rem ? 1 : 0));
1161 if (SwitchWeights) {
1163 uint64_t DefaultCount = (*SwitchWeights)[0];
1169 (*SwitchWeights)[0] += ThisCount;
1210 if (SwitchWeights)
1211 SwitchWeights->push_back(getProfileCount(&S));
1226 if (SwitchWeights)
1227 SwitchWeights->push_back(getProfileCount(&S));
1248 if (SwitchWeights)
[all...]
H A DCodeGenFunction.cpp55 PGO(cgm), SwitchInsn(nullptr), SwitchWeights(nullptr),
H A DCodeGenFunction.h1009 SmallVector<uint64_t, 16> *SwitchWeights; member in class:clang::CodeGen::CodeGenFunction

Completed in 235 milliseconds