Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp229 const auto &SourceInstrKV = Instructions.find(SourceInstrAddress); in getDirectControlFlowXRefs() local
230 if (SourceInstrKV == Instructions.end()) { in getDirectControlFlowXRefs()
238 CFCrossReferences.insert(&SourceInstrKV->second); in getDirectControlFlowXRefs()