Searched refs:ChildTCK (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2029 CallInst::TailCallKind ChildTCK = CI->getTailCallKind(); local
2030 if (ChildTCK != CallInst::TCK_NoTail)
2031 ChildTCK = std::min(CallSiteTailKind, ChildTCK);
2032 CI->setTailCallKind(ChildTCK);

Completed in 147 milliseconds