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

1 2

  /external/llvm/examples/Fibonacci/
fibonacci.cpp 73 CallFibX1->setTailCall();
78 CallFibX2->setTailCall();
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 111 Add1CallRes->setTailCall(true);
  /external/llvm/examples/BrainF/
BrainF.cpp 103 memset_call->setTailCall(false);
172 puts_call->setTailCall(false);
202 getchar_call->setTailCall(false);
230 putchar_call->setTailCall(false);
BrainFDriver.cpp 80 brainf_call->setTailCall(false);
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 473 int32_3->setTailCall(false);AttributeSet int32_3_PAL;
488 int32_6->setTailCall(false);AttributeSet int32_6_PAL;
503 int32_9->setTailCall(false);AttributeSet int32_9_PAL;
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86CallConvPass.cpp 158 NewCI->setTailCall();
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 54 Call->setTailCall();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 670 AutoreleaseRVCI->setTailCall(false); // Never tail call objc_autorelease.
796 cast<CallInst>(Inst)->setTailCall();
805 cast<CallInst>(Inst)->setTailCall(false);
    [all...]
ObjCARCContract.cpp 619 CI->setTailCall();
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 331 CI->setTailCall();
378 CI->setTailCall();
    [all...]
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 167 CallLoweringInfo &setTailCall(bool Value = true) {
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 360 Call->setTailCall(true);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
DeadArgumentElimination.cpp 271 cast<CallInst>(New)->setTailCall();
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 453 MCall->setTailCall();
519 Result->setTailCall();
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 854 milliseconds

1 2