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

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h497 bool hasTailCall() const { return HasTailCall; } function in class:llvm::MachineFrameInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp270 bool hasTailCall(const MachineBasicBlock &MBB) { function in namespace:__anon12172
965 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB);
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp146 if (MFI->hasTailCall())

Completed in 98 milliseconds