Home
last modified time | relevance | path

Searched defs:InLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp402 DenseSet<MachineBasicBlock *> InLoop; in makeSingleEntryLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6551 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c163386 struct InLoop { struct
163387 int iCur; /* The VDBE cursor used by this IN operator */
163388 int addrInTop; /* Top of the IN loop */
163389 int iBase; /* Base register of multi-key index record */
163390 int nPrefix; /* Number of prior entries in the key */
163391 u8 eEndLoopOp; /* IN Loop terminator. OP_Next or OP_Prev */