Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp218 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
219 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
220 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
354 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
355 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
357 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
358 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h903 const Loop *TargetLoop) const;
911 const Loop *TargetLoop) const;
919 const Loop *TargetLoop,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2993 const Loop *TargetLoop) const { in findCoefficient()
2997 if (AddRec->getLoop() == TargetLoop) in findCoefficient()
2999 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3009 const Loop *TargetLoop) const { in zeroCoefficient()
3013 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()
3015 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()
3028 const Loop *TargetLoop, in addToCoefficient() argument
3034 TargetLoop, in addToCoefficient()
3036 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3045 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]