Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h317 bool isUnconditionalTailCall(const MachineInstr &MI) const override;
DX86InstrInfo.cpp2464 bool X86InstrInfo::isUnconditionalTailCall(const MachineInstr &MI) const { in isUnconditionalTailCall() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1180 virtual bool isUnconditionalTailCall(const MachineInstr &MI) const { in isUnconditionalTailCall() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1606 if (TII->isUnconditionalTailCall(TailCall)) { in OptimizeBlock()