Searched refs:Loop (Results 226 - 250 of 250) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp366 PreservedAnalyses run(Loop &L, LoopAnalysisManager &,
380 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) {
636 // Rotate Loop - disable header duplication at -Oz
2443 std::remove_reference<decltype(CREATE_PASS)>::type, Loop, \
2490 // FIXME: No verifier support for Loop passes!
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4537 MachineInstr *Loop, *EndLoop, *LoopCount;
4543 PPCPipelinerLoopInfo(MachineInstr *Loop, MachineInstr *EndLoop,
4545 : Loop(Loop), EndLoop(EndLoop), LoopCount(LoopCount),
4546 MF(Loop->getParent()->getParent()),
4548 // Inspect the Loop instruction up-front, as it may be deleted when we call
4597 Loop->eraseFromParent();
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl179 .Loop:
263 brnz,pt $len,.Loop
H A Dpoly1305-x86_64.pl261 jmp .Loop
264 .Loop:
274 jnz .Loop
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl206 .Loop:
212 cbnz $ctr,.Loop
H A Dchacha-ppc.pl251 Loop: label
256 bdnz Loop
H A Dchacha-x86_64.pl321 jmp .Loop
324 .Loop:
329 &jnz (".Loop");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp847 F->Loop(CorporaFiles);
H A DFuzzerLoop.cpp795 void Fuzzer::Loop(Vector<SizedFile> &CorporaFiles) { function in class:fuzzer::Fuzzer
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dsha1-armv8.S36 .Loop:
1069 cbnz x2,.Loop
H A Dsha256-armv8.S102 .Loop:
1034 b.ne .Loop
H A Dsha512-armv8.S100 .Loop:
1032 b.ne .Loop
H A Dchacha-armv8.S87 .Loop:
185 cbnz x4,.Loop
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp37 static void getPhiRegs(MachineInstr &Phi, MachineBasicBlock *Loop, argument
44 if (Phi.getOperand(i + 1).getMBB() != Loop)
H A DCodeGenPrepare.cpp686 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end());
688 Loop *L = LoopList.pop_back_val();
721 // Loop preheaders can be good locations to spill registers. If the
4657 // Loop over all the uses, recursively processing them.
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Dchacha-x86_64.S106 jmp .Loop
109 .Loop:
215 jnz .Loop
H A Dsha1-mb-x86_64.S73 jmp .Loop
76 .Loop:
2546 jnz .Loop
H A Dsha256-mb-x86_64.S76 jmp .Loop
79 .Loop:
2615 jnz .Loop
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1486 Loop *L = LI->getLoopFor(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp204 // Loop over the blocks, adding them to our set-vector, and aborting with an
257 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs,
670 // Loop over all of the predecessors of OldPred that are in the region,
690 // Loop over all of the incoming value in PN, moving them to NewPN if they
1510 // Loop info metadata may contain line locations. Fix them up.
1688 // Loop over all of the PHI nodes in the header and exit blocks, and change
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h878 Loop *OrigLoop)
H A DSLPVectorizer.cpp15 // "Loop-Aware SLP in GCC" by Ira Rosen, Dorit Nuzman, Ayal Zaks.
4810 Loop *L = LI->getLoopFor(I->getParent());
7177 Loop *BBL = LI->getLoopFor(ParentBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp642 for (Loop *L : LI) {
H A DValueTracking.cpp3814 // Loop the indices for the insertvalue instruction in parallel with the
4123 Loop *L = LI->getLoopFor(PN->getParent());
4940 const Loop *L) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1950 if (Loop *L = LI->getLoopFor(GEP.getParent())) {
3267 // At this point we know that both filters are ConstantArrays. Loop over

Completed in 440 milliseconds

12345678910