Searched refs:LoopLevel (Results 1 – 1 of 1) sorted by relevance
306 void addLoopEntries(unsigned LoopLevel, MachineSSAUpdater &SSAUpdater, in addLoopEntries() argument310 assert(LoopLevel < CommonDominators.size());312 MachineBasicBlock *Dom = CommonDominators[LoopLevel];316 if (!inLoopLevel(*Dom, LoopLevel, Incomings)) {323 if (!inLoopLevel(*Pred, LoopLevel, Incomings))331 bool inLoopLevel(MachineBasicBlock &MBB, unsigned LoopLevel, in inLoopLevel() argument334 if (DomIt != Visited.end() && DomIt->second <= LoopLevel) in inLoopLevel()