Searched refs:InLoop (Results 1 – 5 of 5) sorted by relevance
393 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local399 InLoop.insert(Pred); in makeSingleEntryLoop()412 EntryToLayoutPred[std::make_pair(InLoop.count(Pred), Entry)] = Pred; in makeSingleEntryLoop()420 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()423 Map.count(std::make_pair(InLoop.count(Pred), Entry))) in makeSingleEntryLoop()451 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()
403 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local409 InLoop.insert(Pred); in makeSingleEntryLoop()420 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()433 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()463 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()
283 Value *InLoop = Phi->getIncomingValueForBlock(L->getLoopLatch()); in isTailPredicate() local287 if (!match(InLoop, m_Add(m_Instruction(LHS), m_SpecificInt(Lanes)))) in isTailPredicate()
948 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree() local958 forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop); in tryForwardTree()
7288 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local7289 if (InLoop) in collectInLoopReductions()7291 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()