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

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp572 SmallVector<unsigned, 4> RetPath, CallPath; local
576 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
604 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend());
612 CallEmpty = !nextRealType(CallSubTypes, CallPath);

Completed in 58 milliseconds