Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp263 unsigned FoundLoopLevel = ~0u; member in __anon8a17bcda0111::LoopFinder
279 FoundLoopLevel = ~0u; in initialize()
300 if (FoundLoopLevel == Level) in findLoop()
378 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()
380 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()
548 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local
552 if (FoundLoopLevel) { in lowerPhis()
553 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()
670 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local
671 if (FoundLoopLevel) { in lowerCopiesToI1()
[all …]