Lines Matching refs:NextMetaPtr
121 const Instr *NextMetaPtr; in buildFlowsToUndefined() local
127 NextMetaPtr = Analysis.getNextInstructionSequential(BranchInstrMeta); in buildFlowsToUndefined()
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()
177 NextMetaPtr = Analysis.getDefiniteNextInstruction(*CurrentMetaPtr); in buildFlowsToUndefined()
178 if (!NextMetaPtr) in buildFlowsToUndefined()
182 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
188 CurrentMetaPtr = NextMetaPtr; in buildFlowsToUndefined()