Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h318 bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond,
DX86InstrInfo.cpp2478 bool X86InstrInfo::canMakeTailCallConditional( in canMakeTailCallConditional() function in X86InstrInfo
2512 assert(canMakeTailCallConditional(BranchCond, TailCall)); in replaceBranchWithTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1185 virtual bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond, in canMakeTailCallConditional() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1618 if (TII->canMakeTailCallConditional(PredCond, TailCall)) { in OptimizeBlock()