Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp163 static void collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, in collectCastsToIgnore()
219 Loop *TheLoop, FastMathFlags FuncFMF, in AddReductionVar()
647 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
717 PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence()
982 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1140 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1185 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
H A DLoopAccessAnalysis.cpp508 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis()
586 const Loop *TheLoop; member in __anon205e84340111::AccessAnalysis
661 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
699 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
2093 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
H A DLoopInfo.cpp1045 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp212 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata()
223 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *StringMD, in addStringMetadataToLoop()
263 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop()
278 static Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute()
296 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute()
301 llvm::getOptionalElementCountLoopAttribute(const Loop *TheLoop) { in getOptionalElementCountLoopAttribute()
314 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute()
1585 Loop *TheLoop, Instruction *Loc, in expandBounds()
1642 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h192 const Loop *TheLoop; variable
467 Loop *TheLoop; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anon2a0a6e390111::PlainCFGBuilder
H A DLoopVectorizationLegality.cpp389 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
H A DLoopVectorize.cpp1093 StringRef RemarkName, Loop *TheLoop, Instruction *I) { in createLVAnalysis()
1127 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationFailure()
1137 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationInfo()
1846 Loop *TheLoop; member in llvm::LoopVectorizationCostModel
6900 const Loop *TheLoop) { in getAddressAccessSCEV()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp114 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h626 Loop *TheLoop; variable
H A DVectorUtils.h796 Loop *TheLoop; variable