Searched refs:InLoop (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp403 DenseSet<MachineBasicBlock *> InLoop; local
409 InLoop.insert(Pred);
420 bool PredInLoop = InLoop.count(Pred);
433 bool PredInLoop = InLoop.count(Pred);
463 bool PredInLoop = InLoop.count(Pred);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1587 /// A SmallMapVector to store the InLoop reduction op chains, mapping phi
7872 bool InLoop = !ReductionOperations.empty();
7873 if (InLoop) {
7882 LLVM_DEBUG(dbgs() << "LV: Using " << (InLoop ? "inloop" : "out of loop")
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c155631 struct InLoop { struct in struct:WhereLevel::__anon56::__anon57
[all...]

Completed in 631 milliseconds