Home
last modified time | relevance | path

Searched refs:UCE (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp778 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 Djmp-after-ret.s11 # CHECK: UCE removed 1 blocks
/llvm-project-15.0.7/bolt/test/X86/
H A Djmp-after-ret.s11 # CHECK: UCE removed 1 blocks
H A Dissue20.test9 CHECK: BOLT-INFO: UCE removed 0 blocks and 0 bytes of code.
H A Dinterprocedural-ref-entry-point.s2 # leads to removing blocks and an inconsistent CFG after UCE.
H A Dissue20.s13 # CHECK: BOLT-INFO: UCE removed 0 blocks and 0 bytes of code.
H A Dunreachable.test15 BOLT: BOLT-INFO: UCE removed 4 blocks and 16 bytes of code.
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp333 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 DJSONNodeDumper.cpp1356 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 DJSONNodeDumper.h289 void VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr *UCE);