Searched refs:CallPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp670 SmallVector<unsigned, 4> RetPath, CallPath; local
674 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
703 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend());
712 CallEmpty = !nextRealType(CallSubTypes, CallPath);

Completed in 101 milliseconds