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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
EntryExitInstrumenter.cpp 103 if (CI->isMustTailCall())
InlineFunction.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 246 bool isMustTailCall() const {
247 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp 308 bool IsMustTailCall = CS.isMustTailCall();
315 if (!IsMustTailCall && !Instr->use_empty())
352 if (IsMustTailCall)
359 if (IsMustTailCall) {
502 bool IsMustTail = CS.isMustTailCall();
SCCP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 271 bool isMustTailCall() const {
272 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
  /external/llvm/lib/IR/
BasicBlock.cpp 159 if (CI->isMustTailCall())
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 86 if (Call->isMustTailCall())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
BasicBlock.cpp 168 if (CI->isMustTailCall())
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 146 if (CI->isMustTailCall())
562 if (CS.isMustTailCall())
    [all...]
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 208 if (CI->isMustTailCall() && Fn->isVarArg())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 211 if (CI->isMustTailCall() && Fn->isVarArg())
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 300 (CLI.CS && CLI.CS->isMustTailCall()))
WebAssemblyFastISel.cpp 626 if (Call->isMustTailCall() || Call->isInlineAsm() ||
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 127 if (CI->isMustTailCall())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 489 (CLI.CS && CLI.CS.isMustTailCall()))
    [all...]
WebAssemblyFastISel.cpp 728 if (Call->isMustTailCall() || Call->isInlineAsm() ||
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp     [all...]

Completed in 2521 milliseconds

1 2