Home
last modified time | relevance | path

Searched defs:NewWeights (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2375 SmallVector<uint64_t, 8> NewWeights; in FoldBranchToCommonDest() local
2941 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch() local
2982 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2781 SmallVector<uint64_t, 8> NewWeights; in FoldBranchToCommonDest() local
3457 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch() local
3494 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3619 SmallVector<uint64_t, 8> NewWeights; in performBranchToCommonDestFolding() local
4358 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch() local
4395 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch() local
DLocal.cpp2284 auto NewWeights = uint32_t(TotalWeight) != TotalWeight in createCallMatchingInvoke() local