Home
last modified time | relevance | path

Searched refs:isUsedByMetadata (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp997 if (FromAI->isUsedByMetadata()) in remapInstructions()
1001 if (BCI->isUsedByMetadata()) in remapInstructions()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp296 if (Arg.isUsedByMetadata()) { in removeDeadArgumentsFromCallers()
943 if (!CB.use_empty() || CB.isUsedByMetadata()) { in removeDeadStuffFromFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp76 if (isUsedByMetadata()) in ~Value()
508 if (ReplaceMetaUses == ReplaceMetadataUses::Yes && isUsedByMetadata()) in doRAUW()
H A DDebugInfo.cpp48 if (!V->isUsedByMetadata()) in FindDbgAddrUses()
78 if (!V->isUsedByMetadata()) in findDbgValues()
105 if (!V->isUsedByMetadata()) in findDbgUsers()
H A DInstruction.cpp56 if (isUsedByMetadata()) in ~Instruction()
H A DMetadata.cpp249 if (!C.isUsedByMetadata()) { in SalvageDebugInfo()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h557 bool isUsedByMetadata() const { return IsUsedByMD; } in isUsedByMetadata() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2047 if (!From.isUsedByMetadata()) in replaceAllDbgUsesWith()
2857 if (I->isUsedByMetadata()) in hoistAllInstructionsInto()