Home
last modified time | relevance | path

Searched refs:getLI (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/include/polly/Support/
DSCEVAffinator.h54 llvm::LoopInfo *getLI() const { return &LI; } in getLI() function
/external/llvm-project/polly/include/polly/
DScopDetection.h531 LoopInfo *getLI() const { return &LI; } in getLI() function
DScopInfo.h2048 LoopInfo *getLI() const { return Affinator.getLI(); } in getLI() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2584 auto LoopStat = ScopDetection::countBeneficialLoops(&R, *SE, *getLI(), 0); in getStatistics()