Home
last modified time | relevance | path

Searched refs:ChangesValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSpillPlacement.h97 bool ChangesValue; member
H A DSpillPlacement.cpp392 << (ChangesValue ? "changes" : "no change") << "}"; in print()
H A DRegAllocGreedy.cpp585 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()