Home
last modified time | relevance | path

Searched defs:Loop (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/sha2/
H A Dsha256-p8.S97 .Loop: label
842 .Loop: label
H A Dsha512-p8.S98 .Loop: label
941 .Loop: label
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp83 ArrayRef<const OpenACCClause *> Clauses, Stmt *Loop) in OpenACCLoopConstruct()
99 void OpenACCLoopConstruct::setLoop(Stmt *Loop) { in setLoop()
118 Stmt *Loop) { in Create()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.h125 class Loop; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.h20 class Loop; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDGPrinter.h23 class Loop; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopBoundSplit.h17 class Loop; variable
H A DLoopSimplifyCFG.h25 class Loop; variable
H A DLoopDeletion.h21 class Loop; variable
H A DLoopInstSimplify.h21 class Loop; variable
H A DLoopPredication.h23 class Loop; variable
H A DLoopStrengthReduce.h29 class Loop; variable
H A DLoopVersioningLICM.h17 class Loop; variable
H A DLoopRotation.h21 class Loop; variable
H A DGuardWidening.h24 class Loop; variable
H A DIndVarSimplify.h22 class Loop; variable
/freebsd/sys/crypto/openssl/powerpc/
H A Dsha256p8-ppc.S59 .Loop: label
H A Dsha512p8-ppc.S59 .Loop: label
/freebsd/sys/crypto/openssl/powerpc64/
H A Dsha256p8-ppc.S62 .Loop: label
H A Dsha512p8-ppc.S62 .Loop: label
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dsha256p8-ppc.S66 .Loop: label
H A Dsha512p8-ppc.S66 .Loop: label
/freebsd/lib/libc/arm/string/
H A Dstrlen.S45 .Loop: label
/freebsd/sys/crypto/openssl/amd64/
H A Drc4-md5-x86_64.S61 .Loop: label
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp375 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
387 void BlockFrequencyInfoImplBase::computeLoopScale(LoopData &Loop) { in computeLoopScale()
422 void BlockFrequencyInfoImplBase::packageLoop(LoopData &Loop) { in packageLoop()
427 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() local
515 static void unwrapLoop(BlockFrequencyInfoImplBase &BFI, LoopData &Loop) { in unwrapLoop()
769 auto Loop = BFI.Loops.emplace(Insert, OuterLoop, Headers.begin(), in createIrreducibleLoop() local
812 void BlockFrequencyInfoImplBase::adjustLoopHeaderMass(LoopData &Loop) { in adjustLoopHeaderMass()

123456