Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp651 if (!LocalCache.isDirty()) in getDependency()
736 if (Entry.getResult().isDirty()) in getNonLocalCallDependency()
780 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency()
930 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in getNonLocalInfoForBlock()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h960 bool isDirty() const { return LastStart.isValid(); } in isDirty() function
968 if (LR != lr && isDirty()) in setDest()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h196 bool isDirty() const { return Value.is<Invalid>(); } in isDirty() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp1126 if (!isDirty()) { in print()
1177 if (isDirty()) in add()
1273 if (!isDirty()) in flush()