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

1 2 3 4

  /external/llvm/examples/Fibonacci/
fibonacci.cpp 86 CallFibX1->setTailCall();
91 CallFibX2->setTailCall();
  /external/swiftshader/third_party/LLVM/examples/Fibonacci/
fibonacci.cpp 73 CallFibX1->setTailCall();
78 CallFibX2->setTailCall();
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 119 Add1CallRes->setTailCall(true);
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
HowToUseJIT.cpp 111 Add1CallRes->setTailCall(true);
  /external/llvm/examples/BrainF/
BrainF.cpp 115 memset_call->setTailCall(false);
184 puts_call->setTailCall(false);
214 getchar_call->setTailCall(false);
242 putchar_call->setTailCall(false);
BrainFDriver.cpp 95 brainf_call->setTailCall(false);
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 103 memset_call->setTailCall(false);
175 puts_call->setTailCall(false);
204 getchar_call->setTailCall(false);
232 putchar_call->setTailCall(false);
BrainFDriver.cpp 80 brainf_call->setTailCall(false);
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 477 int32_3->setTailCall(false);AttributeSet int32_3_PAL;
492 int32_6->setTailCall(false);AttributeSet int32_6_PAL;
507 int32_9->setTailCall(false);AttributeSet int32_9_PAL;
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
PassManagerTest.cpp 473 int32_3->setTailCall(false);AttrListPtr int32_3_PAL;
488 int32_6->setTailCall(false);AttrListPtr int32_6_PAL;
503 int32_9->setTailCall(false);AttrListPtr int32_9_PAL;
  /external/spirv-llvm/lib/SPIRV/
SPIRVRegularizeLLVM.cpp 128 Call->setTailCall(false);
  /frameworks/compile/libbcc/lib/
RSX86CallConvPass.cpp 158 NewCI->setTailCall();
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 103 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 620 CI->setTailCall();
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 263 CI->setTailCall();
310 CI->setTailCall();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 198 CallInst::Create(AbortFn, "", UI)->setTailCall();
573 TermBlock->getTerminator())->setTailCall();
  /external/llvm/include/llvm/CodeGen/
FastISel.h 171 CallLoweringInfo &setTailCall(bool Value = true) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
TailRecursionElimination.cpp 220 CI->setTailCall();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 153 CallLoweringInfo &setTailCall(bool Value = true) {

Completed in 598 milliseconds

1 2 3 4