Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp266 unsigned FoundLoopLevel = ~0u; member in __anone83803c50111::LoopFinder
282 FoundLoopLevel = ~0u; in initialize()
303 if (FoundLoopLevel == Level) in findLoop()
381 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()
383 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()
614 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local
618 if (FoundLoopLevel) { in lowerPhis()
619 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()
730 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local
731 if (FoundLoopLevel) { in lowerCopiesToI1()
[all …]