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.h523 bool HasWeight = false;
528 HasWeight = true;
531 return HasWeight ? ErrorOr<uint64_t>(Max) : std::error_code();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7432 bool HasWeight = false; in mergeNestedCondBranch() local
7435 HasWeight = true; in mergeNestedCondBranch()
7440 HasWeight = true; in mergeNestedCondBranch()
7445 HasWeight = true; in mergeNestedCondBranch()
7448 if (HasWeight) { in mergeNestedCondBranch()