Searched refs:TargetLoop (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 207 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local 208 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion() 209 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion() 324 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local 325 if (!TargetLoop) in getMaxNumOfPromotionsInLoop() 327 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop() 328 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 900 const Loop *TargetLoop) const; 908 const Loop *TargetLoop) const; 916 const Loop *TargetLoop,
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 899 const Loop *TargetLoop) const; 907 const Loop *TargetLoop) const; 915 const Loop *TargetLoop,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2982 const Loop *TargetLoop) const { in findCoefficient() 2986 if (AddRec->getLoop() == TargetLoop) in findCoefficient() 2988 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient() 2998 const Loop *TargetLoop) const { in zeroCoefficient() 3002 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient() 3004 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient() 3017 const Loop *TargetLoop, in addToCoefficient() argument 3023 TargetLoop, in addToCoefficient() 3025 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient() 3034 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient() [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2910 const Loop *TargetLoop) const { in findCoefficient() 2914 if (AddRec->getLoop() == TargetLoop) in findCoefficient() 2916 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient() 2926 const Loop *TargetLoop) const { in zeroCoefficient() 2930 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient() 2932 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient() 2945 const Loop *TargetLoop, in addToCoefficient() argument 2951 TargetLoop, in addToCoefficient() 2953 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient() 2962 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient() [all …]
|