Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp224 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress); in getDirectControlFlowXRefs() local
225 if (TargetRefsKV == StaticBranchTargetings.end()) in getDirectControlFlowXRefs()
228 for (uint64_t SourceInstrAddress : TargetRefsKV->second) { in getDirectControlFlowXRefs()