Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp87 static bool IsCallReturnTwice(llvm::MachineOperand &MOp) { in IsCallReturnTwice() function
133 if (IsCallReturnTwice(I->getOperand(0))) in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp88 static bool IsCallReturnTwice(llvm::MachineOperand &MOp) { in IsCallReturnTwice() function
140 if (I->isCall() && IsCallReturnTwice(I->getOperand(0))) in runOnMachineFunction()