|
LLVM
4.0.0
|
#include "ProvenanceAnalysis.h"#include "llvm/Pass.h"#include "llvm/ADT/SetVector.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/Passes.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Function.h"#include "llvm/IR/Module.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static StringRef | getName (Value *V) |
| static void | insertIfNamed (SetVector< Value * > &Values, Value *V) |
| INITIALIZE_PASS_BEGIN (PAEval,"pa-eval","Evaluate ProvenanceAnalysis on all pairs", false, true) INITIALIZE_PASS_END(PAEval | |
Variables | |
| pa | eval |
| pa Evaluate ProvenanceAnalysis on all | pairs |
| pa Evaluate ProvenanceAnalysis on all | false |
Definition at line 41 of file ProvenanceAnalysisEvaluator.cpp.
References llvm::Value::getName(), llvm::StringRef::startswith(), and llvm::StringRef::substr().
Referenced by llvm::HexagonInstrInfo::genAllInsnTimingClasses(), llvm::Intrinsic::getDeclaration(), llvm::object::Archive::Child::getFullName(), llvm::object::Archive::Child::getMemoryBufferRef(), llvm::orc::rpc::RPCTypeName< std::vector< T > >::getName(), llvm::RegionBase< RegionTr >::getNameStr(), llvm::object::Archive::Child::getNext(), llvm::orc::rpc::Function< DerivedFunc, RetT(ArgTs...)>::getPrototype(), llvm::Type::getStructName(), llvm::DWARFDie::getSubroutineName(), llvm::MachineTraceMetrics::Ensemble::invalidate(), LLVMGetSectionName(), LLVMGetSymbolName(), llvm::orc::rpc::operator<<(), llvm::operator<<(), llvm::RuntimeDyldMachO::populateIndirectSymbolPointersSection(), llvm::MachineTraceMetrics::Ensemble::print(), llvm::MachineInstr::print(), llvm::RuntimeDyldImpl::reassignSectionAddress(), and llvm::SelectionDAG::viewGraph().
| INITIALIZE_PASS_BEGIN | ( | PAEval | , |
| "pa-eval" | , | ||
| "Evaluate ProvenanceAnalysis on all pairs" | , | ||
| false | , | ||
| true | |||
| ) |
Definition at line 48 of file ProvenanceAnalysisEvaluator.cpp.
References llvm::Value::hasName(), and llvm::SetVector< T, Vector, Set >::insert().
| pa eval |
Definition at line 93 of file ProvenanceAnalysisEvaluator.cpp.
| pa Evaluate ProvenanceAnalysis on all false |
Definition at line 93 of file ProvenanceAnalysisEvaluator.cpp.
| pa Evaluate ProvenanceAnalysis on all pairs |
Definition at line 93 of file ProvenanceAnalysisEvaluator.cpp.
1.8.6