Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp88 static bool IsCallReturnTwice(llvm::MachineOperand &MOp) { in IsCallReturnTwice() function
140 if (I->isCall() && IsCallReturnTwice(I->getOperand(0))) in runOnMachineFunction()