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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 506 CallInst::TailCallKind Kinds[] = {CallInst::TCK_None, CallInst::TCK_Tail,
508 for (CallInst::TailCallKind TCK : Kinds) {
534 Call->setTailCallKind(CallInst::TailCallKind::TCK_NoTail);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 518 CallInst::TailCallKind Kinds[] = {CallInst::TCK_None, CallInst::TCK_Tail,
520 for (CallInst::TailCallKind TCK : Kinds) {
547 Call->setTailCallKind(CallInst::TailCallKind::TCK_NoTail);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 490 CallInst::TailCallKind IsTail);
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 579 CallInst::TailCallKind TCK);
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1517 milliseconds