Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp121 const Instr *NextMetaPtr; in buildFlowsToUndefined() local
128 if (!NextMetaPtr) { in buildFlowsToUndefined()
134 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
136 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
149 NextMetaPtr = Analysis.getInstruction(Target); in buildFlowsToUndefined()
150 if (!NextMetaPtr) { in buildFlowsToUndefined()
158 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
166 const Instr *CurrentMetaPtr = NextMetaPtr; in buildFlowsToUndefined()
178 if (!NextMetaPtr) in buildFlowsToUndefined()
182 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
[all …]
H A DFileAnalysis.cpp208 const Instr *NextMetaPtr; in getDefiniteNextInstruction() local
218 NextMetaPtr = getInstruction(Target); in getDefiniteNextInstruction()
220 NextMetaPtr = in getDefiniteNextInstruction()
224 if (!NextMetaPtr || !NextMetaPtr->Valid) in getDefiniteNextInstruction()
227 return NextMetaPtr; in getDefiniteNextInstruction()