Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp284 bool NoInterposingChain = true; in FindPotentialTailCall() local
309 (InstructionWillNotHaveChain(CI) || NoInterposingChain) && in FindPotentialTailCall()
316 NoInterposingChain = in FindPotentialTailCall()
317 NoInterposingChain && InstructionWillNotHaveChain(Inst); in FindPotentialTailCall()