Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h98 bool ChangesValue; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp424 << (ChangesValue ? "changes" : "no change") << "}"; in print()
H A DRegAllocGreedy.cpp753 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()