Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h145 enum class PreambleResult { NoChange, WroteMetadata, InvalidBuffer }; enumerator
178 return PreambleResult::NoChange; in recordPreamble()
280 if (PreambleStatus == PreambleResult::NoChange && in functionTailExit()
320 if (PreambleStatus == PreambleResult::NoChange && in functionExit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp148 StringRef NoChange = " %l\n"; in runOnFunction() local
149 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1462 const std::string NoChange = " %l\n"; in handleFunctionCompare() local
1463 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp291 SDValue NoChange = in getCopyFromParts() local
298 NoChange); in getCopyFromParts()
301 return DAG.getNode(ISD::FP_ROUND, DL, ValueVT, Val, NoChange); in getCopyFromParts()