Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp577 unsigned NumTerms = 0; in CountTerminators() local
622 unsigned NumTerms = CountTerminators(MBB1 == PredBB ? MBB2 : MBB1, I); in ProfitableToMerge() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp503 unsigned NumTerms = 0; in CountTerminators() local
589 unsigned NumTerms = CountTerminators(MBB1 == PredBB ? MBB2 : MBB1, I); in ProfitableToMerge() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp546 unsigned NumTerms = 0; in CountTerminators() local
632 unsigned NumTerms = CountTerminators(MBB1 == PredBB ? MBB2 : MBB1, I); in ProfitableToMerge() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2186 int NumTerms = llvm::count_if(S->operands(), [](const SCEV *Op) { in costAndCollectOperands() local