Home
last modified time | relevance | path

Searched refs:DuplicationCost (Results 1 – 24 of 24) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp780 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
791 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
799 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
804 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
806 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
812 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2618 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2620 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2622 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2643 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp780 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
791 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
799 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
804 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
806 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
812 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2618 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2620 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2622 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2643 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp780 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
791 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
799 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
804 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
806 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
812 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2618 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2620 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2622 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2643 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp772 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
783 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
791 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
796 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
798 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
804 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2611 unsigned DuplicationCost = getJumpThreadDuplicationCost( in duplicateCondBranchOnPHIIntoPred() local
2613 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2615 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2636 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp780 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
791 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
799 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
804 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
806 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
812 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2618 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2620 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2622 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2643 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp780 unsigned DuplicationCost = 0; in isLegalAndProfitableToTransform() local
791 DuplicationCost = Metrics.NumInsts / CondBranches; in isLegalAndProfitableToTransform()
799 DuplicationCost = Metrics.NumInsts / JumpTableSize; in isLegalAndProfitableToTransform()
804 << " is: " << DuplicationCost << "\n\n"); in isLegalAndProfitableToTransform()
806 if (DuplicationCost > CostThreshold) { in isLegalAndProfitableToTransform()
812 << ore::NV("Cost", DuplicationCost) in isLegalAndProfitableToTransform()
H A DJumpThreading.cpp2618 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2620 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2622 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2643 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1580 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB); in DuplicateCondBranchOnPHIIntoPred() local
1581 if (DuplicationCost > Threshold) { in DuplicateCondBranchOnPHIIntoPred()
1583 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1602 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2317 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2319 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2321 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2342 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2317 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2319 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2321 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2342 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2317 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2319 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2321 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2342 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2266 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2268 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2270 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2291 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2251 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2253 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2255 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2276 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2244 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2246 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2248 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2269 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2518 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2520 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2522 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2543 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2607 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2609 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2611 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2632 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2526 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2528 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2530 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2551 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2607 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2609 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2611 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2632 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2574 unsigned DuplicationCost = in duplicateCondBranchOnPHIIntoPred() local
2576 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
2578 << "' - Cost is too high: " << DuplicationCost << "\n"); in duplicateCondBranchOnPHIIntoPred()
2599 << DuplicationCost << " block is:" << *BB << "\n"); in duplicateCondBranchOnPHIIntoPred()