Home
last modified time | relevance | path

Searched refs:getMCInstrAnalysis (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp140 if (!Analysis.getMCInstrAnalysis()->evaluateBranch( in buildFlowsToUndefined()
257 if (!Analysis.getMCInstrAnalysis()->evaluateBranch( in buildFlowGraphImpl()
H A DFileAnalysis.h145 const MCInstrAnalysis *getMCInstrAnalysis() const;
H A DFileAnalysis.cpp273 const MCInstrAnalysis *FileAnalysis::getMCInstrAnalysis() const { in getMCInstrAnalysis() function in llvm::cfi_verify::FileAnalysis