Home
last modified time | relevance | path

Searched refs:isDirty (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryDependenceAnalysis.cpp657 if (!LocalCache.isDirty()) in getDependency()
756 if (I->getResult().isDirty()) in getNonLocalCallDependency()
804 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency()
942 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveInterval.h803 bool isDirty() const { return LastStart.isValid(); } in isDirty() function
811 if (LR != lr && isDirty()) in setDest()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h181 bool isDirty() const { return Value.getInt() == Invalid; } in isDirty() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveInterval.cpp1152 if (!isDirty()) { in print()
1203 if (isDirty()) in add()
1299 if (!isDirty()) in flush()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c127290 int isDirty;
127421 p->isDirty = 1;
127483 pNode->isDirty = 1;
127530 pNode->isDirty = 0;
127593 pNode->isDirty = 1;
127605 pNode->isDirty = 1;
127630 pNode->isDirty = 1;
127642 if( pNode->isDirty ){
127651 pNode->isDirty = 0;
129232 pNode->isDirty = 1;
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c152891 int isDirty; /* True if the node needs to be written to disk */
153033 p->isDirty = 1;
153092 pNode->isDirty = 1;
153138 pNode->isDirty = 0;
153201 pNode->isDirty = 1;
153213 pNode->isDirty = 1;
153237 pNode->isDirty = 1;
153248 if( pNode->isDirty ){
153257 pNode->isDirty = 0;
154859 pNode->isDirty = 1;
[all …]