Searched refs:LIA (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5379 LoopAnalysis &LIA, LoopInfo &LI, Loop *L, in createIfVersion() argument 5499 LoopAnalysis LIA; in applySimd() local 5500 LoopInfo &&LI = LIA.run(*F, FAM); in applySimd() 5518 createIfVersion(CanonicalLoop, IfCond, VMap, LIA, LI, L, "simd"); in applySimd() 5645 LoopAnalysis LIA; in computeHeuristicUnrollFactor() local 5646 LoopInfo &&LI = LIA.run(*F, FAM); in computeHeuristicUnrollFactor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1120 LoopAnalysis &LIA, LoopInfo &LI, llvm::Loop *L,
|