Home
last modified time | relevance | path

Searched refs:TheLoop (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp67 const Loop *TheLoop, in emitAnalysis() argument
69 DebugLoc DL = TheLoop->getStartLoc(); in emitAnalysis()
226 Loop *TheLoop, const ValueToValueMap &Strides,
292 ScalarEvolution *SE, Loop *TheLoop, const ValueToValueMap &StridesMap, in canCheckPtrAtRT() argument
327 isStridedPtr(SE, Ptr, TheLoop, StridesMap) == 1)) { in canCheckPtrAtRT()
341 RtCheck.insert(SE, TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap); in canCheckPtrAtRT()
894 if (!TheLoop->empty()) { in canAnalyzeLoop()
900 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
908 if (!TheLoop->getExitingBlock()) { in canAnalyzeLoop()
918 if (TheLoop->getExitingBlock() != TheLoop->getLoopLatch()) { in canAnalyzeLoop()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp567 : NumPredStores(0), TheLoop(L), SE(SE), TLI(TLI), TheFunction(F), in LoopVectorizationLegality()
852 LoopAccessReport::emitAnalysis(Message, TheFunction, TheLoop, LV_NAME); in emitAnalysis()
858 Loop *TheLoop; member in __anon63bf7e8f0111::LoopVectorizationLegality
921 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), TLI(TLI), in LoopVectorizationCostModel()
983 LoopAccessReport::emitAnalysis(Message, TheFunction, TheLoop, LV_NAME); in emitAnalysis()
990 Loop *TheLoop; member in __anon63bf7e8f0111::LoopVectorizationCostModel
1066 TheLoop(L) { in LoopVectorizeHints()
1112 MDNode *LoopID = TheLoop->getLoopID(); in getHintsFromMetadata()
1171 LLVMContext &Context = TheLoop->getHeader()->getContext(); in createHintMetadata()
1198 MDNode *LoopID = TheLoop->getLoopID(); in writeHintsToMetadata()
[all …]
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h67 const Loop *TheLoop,
389 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
464 Loop *TheLoop; variable