Searched refs:UCE (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 778 const UnrollCostEstimator UCE, in shouldPragmaUnroll() argument 806 const unsigned FullUnrollTripCount, const UnrollCostEstimator UCE, in shouldFullUnroll() argument 815 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll() 835 const UnrollCostEstimator UCE, in shouldPartialUnroll() argument 851 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 865 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 897 UnrollCostEstimator UCE(*L, LoopSize); in computeUnrollCount() local 924 UCE, UP)) { in computeUnrollCount() 950 TripCount, UCE, UP)) { in computeUnrollCount() 973 MaxTripCount, UCE, UP)) { in computeUnrollCount() [all …]
|
| /llvm-project-15.0.7/bolt/test/AArch64/ |
| H A D | jmp-after-ret.s | 11 # CHECK: UCE removed 1 blocks
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | jmp-after-ret.s | 11 # CHECK: UCE removed 1 blocks
|
| H A D | issue20.test | 9 CHECK: BOLT-INFO: UCE removed 0 blocks and 0 bytes of code.
|
| H A D | interprocedural-ref-entry-point.s | 2 # leads to removing blocks and an inconsistent CFG after UCE.
|
| H A D | issue20.s | 13 # CHECK: BOLT-INFO: UCE removed 0 blocks and 0 bytes of code.
|
| H A D | unreachable.test | 15 BOLT: BOLT-INFO: UCE removed 4 blocks and 16 bytes of code.
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 333 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local 340 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1356 const CXXUnresolvedConstructExpr *UCE) { in VisitCXXUnresolvedConstructExpr() argument 1357 if (UCE->getType() != UCE->getTypeAsWritten()) in VisitCXXUnresolvedConstructExpr() 1358 JOS.attribute("typeAsWritten", createQualType(UCE->getTypeAsWritten())); in VisitCXXUnresolvedConstructExpr() 1359 attributeOnlyIfTrue("list", UCE->isListInitialization()); in VisitCXXUnresolvedConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 289 void VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr *UCE);
|