Home
last modified time | relevance | path

Searched refs:NoChange (Results 1 – 6 of 6) 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.cpp164 StringRef NoChange = " %l\n"; in runOnFunction() local
165 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h190 NoChange, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp351 return AddDefinitionStatus::NoChange; in addDefinition()
1028 FunctionImporter::ImportMapTy::AddDefinitionStatus::NoChange) { in computeImportForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1552 const std::string NoChange = " %l\n"; in handleFunctionCompare() local
1553 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()