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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h200 bool isDirty() const { return Value.is<Invalid>(); } function in class:llvm::MemDepResult
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp724 if (!LocalCache.isDirty())
809 if (Entry.getResult().isDirty())
857 if (!Entry->getResult().isDirty())
995 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1117 // In this state, isDirty() returns false.
1140 if (!isDirty()) {
1191 if (isDirty())
1287 if (!isDirty())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h953 bool isDirty() const { return LastStart.isValid(); }
961 if (LR != lr && isDirty())
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c127290 int isDirty; member in struct:RtreeNode
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c191540 int isDirty; /* True if the node needs to be written to disk */ member in struct:RtreeNode
[all...]

Completed in 756 milliseconds