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

  /external/llvm/lib/CodeGen/
Analysis.cpp 575 SmallVector<unsigned, 4> RetPath, CallPath;
579 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
607 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend());
616 CallEmpty = !nextRealType(CallSubTypes, CallPath);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 585 SmallVector<unsigned, 4> RetPath, CallPath;
589 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
617 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend());
626 CallEmpty = !nextRealType(CallSubTypes, CallPath);

Completed in 231 milliseconds