Searched refs:NextMetaPtr (Results 1 – 2 of 2) sorted by relevance
121 const Instr *NextMetaPtr; in buildFlowsToUndefined() local128 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 …]
208 const Instr *NextMetaPtr; in getDefiniteNextInstruction() local218 NextMetaPtr = getInstruction(Target); in getDefiniteNextInstruction()220 NextMetaPtr = in getDefiniteNextInstruction()224 if (!NextMetaPtr || !NextMetaPtr->Valid) in getDefiniteNextInstruction()227 return NextMetaPtr; in getDefiniteNextInstruction()