Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h283 bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond,
HDX86InstrInfo.cpp2407 bool X86InstrInfo::canMakeTailCallConditional( in canMakeTailCallConditional() function in X86InstrInfo
2441 assert(canMakeTailCallConditional(BranchCond, TailCall)); in replaceBranchWithTailCall()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1307 virtual bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond, in canMakeTailCallConditional() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchFolding.cpp1570 if (TII->canMakeTailCallConditional(PredCond, TailCall)) { in OptimizeBlock()