Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRefTypeMem2Local.cpp73 if (AI.isUsedByMetadata()) in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp975 if (FromAI->isUsedByMetadata()) in remapInstructions()
979 if (BCI->isUsedByMetadata()) in remapInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp298 if (Arg.isUsedByMetadata()) { in removeDeadArgumentsFromCallers()
964 if (!CB.use_empty() || CB.isUsedByMetadata()) { in removeDeadStuffFromFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp80 if (isUsedByMetadata()) in ~Value()
525 if (ReplaceMetaUses == ReplaceMetadataUses::Yes && isUsedByMetadata()) in doRAUW()
H A DDebugInfo.cpp51 if (!V->isUsedByMetadata()) in findDbgDeclares()
70 if (!V->isUsedByMetadata()) in findDVRDeclares()
87 if (!V->isUsedByMetadata()) in findDVRValues()
107 if (!V->isUsedByMetadata()) in findDbgIntrinsics()
H A DInstruction.cpp61 if (isUsedByMetadata()) in ~Instruction()
H A DMetadata.cpp332 if (!C.isUsedByMetadata()) { in SalvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h568 bool isUsedByMetadata() const { return IsUsedByMD; } in isUsedByMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2765 if (!From.isUsedByMetadata()) in replaceAllDbgUsesWith()
3736 if (I->isUsedByMetadata()) in hoistAllInstructionsInto()