Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp685 if (!LocalCache.isDirty()) in getDependency()
770 if (Entry.getResult().isDirty()) in getNonLocalCallDependency()
814 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency()
964 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in getNonLocalInfoForBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h967 bool isDirty() const { return LastStart.isValid(); } in isDirty() function
975 if (LR != lr && isDirty()) in setDest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h196 bool isDirty() const { return Value.is<Invalid>(); } in isDirty() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1106 // In this state, isDirty() returns false.
1129 if (!isDirty()) { in print()
1180 if (isDirty()) in add()
1276 if (!isDirty()) in flush()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c210681 int isDirty; /* True if the node needs to be written to disk */
210940 p->isDirty = 1;
211000 pNode->isDirty = 1;
211073 pNode->isDirty = 0;
211141 pNode->isDirty = 1;
211153 pNode->isDirty = 1;
211177 pNode->isDirty = 1;
211188 if( pNode->isDirty ){
211197 pNode->isDirty = 0;
212903 pNode->isDirty = 1;
[all …]