Searched refs:NoChange (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_fdr_controller.h | 145 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 D | MachineFunctionPass.cpp | 164 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 D | FunctionImport.h | 190 NoChange, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 351 return AddDefinitionStatus::NoChange; in addDefinition() 1028 FunctionImporter::ImportMapTy::AddDefinitionStatus::NoChange) { in computeImportForFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1552 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 D | SelectionDAGBuilder.cpp | 291 SDValue NoChange = in getCopyFromParts() local 298 NoChange); in getCopyFromParts() 301 return DAG.getNode(ISD::FP_ROUND, DL, ValueVT, Val, NoChange); in getCopyFromParts()
|