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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h201 bool isDirty() const { return Value.is<Invalid>(); } function in class:llvm::MemDepResult
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp1117 // In this state, isDirty() returns false.
1140 if (!isDirty()) {
1191 if (isDirty())
1287 if (!isDirty())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp654 if (!LocalCache.isDirty())
739 if (Entry.getResult().isDirty())
785 if (!Entry->getResult().isDirty())
935 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h954 bool isDirty() const { return LastStart.isValid(); }
962 if (LR != lr && isDirty())
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c208885 int isDirty; /* True if the node needs to be written to disk */ member in struct:RtreeNode
[all...]

Completed in 530 milliseconds