Searched refs:NextMetaPtr (Results 1 – 2 of 2) sorted by relevance
120 const Instr *NextMetaPtr; in buildFlowsToUndefined() local126 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 …]
194 const Instr *NextMetaPtr; in getDefiniteNextInstruction() local204 NextMetaPtr = getInstruction(Target); in getDefiniteNextInstruction()206 NextMetaPtr = in getDefiniteNextInstruction()210 if (!NextMetaPtr || !NextMetaPtr->Valid) in getDefiniteNextInstruction()213 return NextMetaPtr; in getDefiniteNextInstruction()