Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp402 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local
408 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7430 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
7431 if (InLoop) { in collectInLoopReductions()
7440 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop") in collectInLoopReductions()