Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp393 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local
399 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()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp403 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local
409 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp283 Value *InLoop = Phi->getIncomingValueForBlock(L->getLoopLatch()); in isTailPredicate() local
287 if (!match(InLoop, m_Add(m_Instruction(LHS), m_SpecificInt(Lanes)))) in isTailPredicate()
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp948 Loop *InLoop = Stmt->getSurroundingLoop(); in tryForwardTree() local
958 forwardTree(Stmt, RA->getAccessValue(), Stmt, InLoop); in tryForwardTree()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7288 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7289 if (InLoop) in collectInLoopReductions()
7291 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()