HomeSort by relevance Sort by last modified time
    Searched refs:isMustTailCall (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 165 bool isMustTailCall() const {
166 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 510 if (CI->isMustTailCall())
723 InlinedMustTailCalls |= CI->isMustTailCall();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 423 milliseconds