Home
last modified time | relevance | path

Searched defs:isDirty (Results 1 – 2 of 2) sorted by relevance

/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/include/llvm/CodeGen/
H A DLiveInterval.h967 bool isDirty() const { return LastStart.isValid(); } in isDirty() function