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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp563 SmallVector<unsigned, 4> RetPath, CallPath; local
567 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
597 copy(CallPath.rbegin(), CallPath.rend(), std::back_inserter(TmpCallPath));
605 CallEmpty = !nextRealType(CallSubTypes, CallPath);

Completed in 142 milliseconds