HomeSort by relevance Sort by last modified time
    Searched refs:NextMetaPtr (Results 1 - 2 of 2) sorted by null

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

Completed in 80 milliseconds