Searched refs:isPending (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAG.h281 bool isPending : 1; // True once pending.
309 isPending(false), isAvailable(false), isScheduled(false),
323 isPending(false), isAvailable(false), isScheduled(false),
336 isPending(false), isAvailable(false), isScheduled(false),
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp64 // IOFireWireAVCAsynchronousCommand::isPending
66 bool IOFireWireAVCAsynchronousCommand::isPending(void) function in class:IOFireWireAVCAsynchronousCommand
101 if ( isPending() )
338 if (isPending())
498 (pCmd->isPending() ? "YES" : "NO")
H A DIOFireWireAVCUnit.h74 bool isPending(void);
H A DIOFireWireAVCUserClient.cpp450 if (!pCommandObject->isPending())
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp378 else if (!PredSU->isPending) {
379 PredSU->isPending = true;
572 PendingQueue[i]->isPending = false;
773 if (!PredSU->isPending)
848 SU->isPending = true;
1320 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1327 Interferences[i]->isPending = false;
1359 if (!BtSU->isPending)
1374 TrySU->isPending = false;
1438 Interferences[i]->isPending
[all...]
H A DScheduleDAGFast.cpp546 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
612 NotReady[i]->isPending = false;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c47779 u8 isPending; /* If waiting for read-locks to clear */ member in struct:BtShared
[all...]

Completed in 377 milliseconds