Searched refs:IsCallReturnTwice (Results 1 – 2 of 2) sorted by relevance
87 static bool IsCallReturnTwice(llvm::MachineOperand &MOp) { in IsCallReturnTwice() function133 if (IsCallReturnTwice(I->getOperand(0))) in runOnMachineFunction()
88 static bool IsCallReturnTwice(llvm::MachineOperand &MOp) { in IsCallReturnTwice() function140 if (I->isCall() && IsCallReturnTwice(I->getOperand(0))) in runOnMachineFunction()