Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp259 static bool InstructionWillNotHaveChain(const Instruction *I) { in InstructionWillNotHaveChain() function
304 (InstructionWillNotHaveChain(CI) || NoInterposingChain) && in FindPotentialTailCall()
312 NoInterposingChain && InstructionWillNotHaveChain(Inst); in FindPotentialTailCall()