LLVM 22.0.0git
ProvenanceAnalysisEvaluator.cpp File Reference

Go to the source code of this file.

Functions

static StringRef getName (Value *V)
static void insertIfNamed (SetVector< Value * > &Values, Value *V)

Function Documentation

◆ getName()

StringRef getName ( Value * V)
static

Definition at line 20 of file ProvenanceAnalysisEvaluator.cpp.

Referenced by llvm::SSAUpdaterBulk::AddUse(), llvm::BlockDataT< T >::BlockDataT(), llvm::BlockDataT< T >::BlockDataT(), llvm::BTFTypeDerived::BTFTypeDerived(), llvm::VPPhi::clone(), llvm::Attributor::createShallowWrapper(), llvm::orc::MaterializationUnit::doDiscard(), llvm::orc::JITDylib::dump(), llvm::AtomicInfo::EmitAtomicLoadLibcall(), llvm::HexagonInstrInfo::genAllInsnTimingClasses(), generateReproducer(), llvm::CSKY::getArchName(), llvm::Intrinsic::getDeclarationIfExists(), llvm::Intrinsic::getDeclarationIfExists(), llvm::X86::getFeaturesForCPU(), llvm::object::Archive::Child::getFullName(), llvm::ItaniumPartialDemangler::getFunctionBaseName(), llvm::ItaniumPartialDemangler::getFunctionDeclContextName(), llvm::ItaniumPartialDemangler::getFunctionName(), llvm::object::Archive::Child::getMemoryBufferRef(), llvm::RegionBase< Tr >::getNameStr(), llvm::object::Archive::Child::getNext(), llvm::Intrinsic::getOrInsertDeclaration(), llvm::TargetRegisterInfo::getRegAsmName(), llvm::RISCVTargetLowering::getTgtMemIntrinsic(), llvm::vfs::detail::InMemoryDirectory::InMemoryDirectory(), llvm::vfs::detail::InMemoryFile::InMemoryFile(), llvm::MachineTraceMetrics::Ensemble::invalidate(), llvm::ItaniumPartialDemangler::isCtorOrDtor(), ObjCProtoName::isObjCObject(), llvm::HexagonInstrInfo::isValidOffset(), llvm::TargetExtTypeKeyInfo::KeyTy::KeyTy(), LLVMGetSectionName(), LLVMGetSymbolName(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), llvm::AbstractAttribute::print(), llvm::Comdat::print(), llvm::MachineTraceMetrics::Ensemble::print(), llvm::sandboxir::PassManager< ParentPass, ContainedPass >::print(), llvm::VPBlockBase::printAsOperand(), llvm::sandboxir::PassManager< ParentPass, ContainedPass >::printPipeline(), llvm::RuntimeDyldImpl::reassignSectionAddress(), RemarkInfo::RemarkInfo(), llvm::PAEvalPass::run(), llvm::logicalview::LVElement::setInnerComponent(), llvm::X86::updateImpliedFeatures(), llvm::Function::viewCFG(), llvm::MachineFunction::viewCFG(), llvm::MachineFunction::viewCFGOnly(), and llvm::SelectionDAG::viewGraph().

◆ insertIfNamed()

void insertIfNamed ( SetVector< Value * > & Values,
Value * V )
static