HomeSort by relevance Sort by last modified time
    Searched defs:IsTailCall (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 617 if (!CI->isTailCall())
812 bool &IsTailCall = CLI.IsTailCall;
826 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs))
827 IsTailCall = false;
833 if (!IsTailCall)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 572 milliseconds