Home
last modified time | relevance | path

Searched refs:NoInterposingChain (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp279 bool NoInterposingChain = true; in FindPotentialTailCall() local
304 (InstructionWillNotHaveChain(CI) || NoInterposingChain) && in FindPotentialTailCall()
311 NoInterposingChain = in FindPotentialTailCall()
312 NoInterposingChain && InstructionWillNotHaveChain(Inst); in FindPotentialTailCall()