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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp101 bool HasProfileData; member in class:__anon12497::JumpThreading
199 HasProfileData = F.getEntryCount().hasValue();
200 if (HasProfileData) {
1498 if (HasProfileData) {
1605 if (HasProfileData)
1613 if (HasProfileData)
1625 if (!HasProfileData)

Completed in 89 milliseconds