Home
last modified time | relevance | path

Searched refs:SlotType (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp52 enum SlotType { enum
64 SlotType SlotTy;
71 SlotTy = SlotType::Spill; in SlotData()
73 SlotTy = SlotType::StackProtector; in SlotData()
75 SlotTy = SlotType::Variable; in SlotData()
114 std::string getTypeString(SlotType Ty) { in getTypeString()
116 case SlotType::Spill: in getTypeString()
118 case SlotType::StackProtector: in getTypeString()
120 case SlotType::Variable: in getTypeString()
H A DAnalysis.cpp705 Type *SlotType = in returnTypeIsEligibleForTailCall() local
707 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()