Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp120 const Instr *NextMetaPtr; in buildFlowsToUndefined() local
126 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
127 if (!NextMetaPtr) { in buildFlowsToUndefined()
133 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
135 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
148 NextMetaPtr = Analysis.getInstruction(Target); in buildFlowsToUndefined()
149 if (!NextMetaPtr) { in buildFlowsToUndefined()
157 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
165 const Instr *CurrentMetaPtr = NextMetaPtr; in buildFlowsToUndefined()
176 NextMetaPtr = Analysis.getDefiniteNextInstruction(*CurrentMetaPtr); in buildFlowsToUndefined()
[all …]
DFileAnalysis.cpp194 const Instr *NextMetaPtr; in getDefiniteNextInstruction() local
204 NextMetaPtr = getInstruction(Target); in getDefiniteNextInstruction()
206 NextMetaPtr = in getDefiniteNextInstruction()
210 if (!NextMetaPtr || !NextMetaPtr->Valid) in getDefiniteNextInstruction()
213 return NextMetaPtr; in getDefiniteNextInstruction()