Searched refs:InLoop (Results 1 – 3 of 3) sorted by relevance
402 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local408 InLoop.insert(Pred); in makeSingleEntryLoop()419 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()432 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()462 bool PredInLoop = InLoop.count(Pred); in makeSingleEntryLoop()
953 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree() local963 forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop); in tryForwardTree()
7015 bool InLoop = !ReductionOperations.empty(); in getInstructionCost() 7017 if (InLoop) { in getInstructionCost() 7026 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in getInstructionCost() 7107 bool InLoop = !ReductionOperations.empty(); collectInLoopReductions() local