Searched refs:maskLoop (Results 1 – 2 of 2) sorted by relevance
207 Bitmask maskLoop; /* Bitmask of all WhereLoop objects in this path */ member
4877 if( (pWLoop->prereq & ~pFrom->maskLoop)!=0 ) continue; in wherePathSolver()4878 if( (pWLoop->maskSelf & pFrom->maskLoop)!=0 ) continue; in wherePathSolver()4893 maskNew = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()4943 if( pTo->maskLoop==maskNew in wherePathSolver()5031 pTo->maskLoop = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()