Home
last modified time | relevance | path

Searched defs:TheLoop (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp142 static void collectCastInstrs(Loop *TheLoop, Instruction *Exit, in collectCastInstrs()
217 PHINode *Phi, RecurKind Kind, Loop *TheLoop, FastMathFlags FuncFMF, in AddReductionVar()
825 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
925 PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence()
1288 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1446 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1491 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
H A DLoopInfo.cpp1039 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
1048 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop()
1063 Optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute()
1081 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute()
1085 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute()
1099 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute()
H A DLoopAccessAnalysis.cpp620 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis()
697 const Loop *TheLoop; member in __anonf7514c230111::AccessAnalysis
927 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
987 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
2463 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h196 const Loop *TheLoop; variable
476 Loop *TheLoop; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp203 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata()
214 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *StringMD, in addStringMetadataToLoop()
250 llvm::getOptionalElementCountLoopAttribute(const Loop *TheLoop) { in getOptionalElementCountLoopAttribute()
1577 Loop *TheLoop, Instruction *Loc, in expandBounds()
1615 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
1670 Instruction *Loc, Loop *TheLoop, ArrayRef<PointerDiffInfo> Checks, in addDiffRuntimeChecks()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anon69ef2ce80111::PlainCFGBuilder
H A DLoopVectorizationLegality.cpp411 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
H A DLoopVectorize.cpp923 StringRef RemarkName, Loop *TheLoop, Instruction *I) { in createLVAnalysis()
964 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationFailure()
974 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationInfo()
1789 Loop *TheLoop; member in llvm::LoopVectorizationCostModel
6274 const Loop *TheLoop) { in getAddressAccessSCEV()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DHardwareLoops.cpp111 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp105 bool DeclFinderASTVisitor::VisitForStmt(ForStmt *TheLoop) { in VisitForStmt()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h678 Loop *TheLoop; variable
H A DVectorUtils.h821 Loop *TheLoop; variable