Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h517 bool HasWeight = false;
522 HasWeight = true;
525 return HasWeight ? ErrorOr<uint64_t>(Max) : std::error_code();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7897 bool HasWeight = false; in mergeNestedCondBranch() local
7900 HasWeight = true; in mergeNestedCondBranch()
7905 HasWeight = true; in mergeNestedCondBranch()
7910 HasWeight = true; in mergeNestedCondBranch()
7913 if (HasWeight) { in mergeNestedCondBranch()