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.c163136 struct InLoop { struct
163137 int iCur; /* The VDBE cursor used by this IN operator */
163138 int addrInTop; /* Top of the IN loop */
163139 int iBase; /* Base register of multi-key index record */
163140 int nPrefix; /* Number of prior entries in the key */
163141 u8 eEndLoopOp; /* IN Loop terminator. OP_Next or OP_Prev */