Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp1490 static bool isVirtualRegisterOperand(MachineOperand &MO) { in isVirtualRegisterOperand() function
1524 if (!isVirtualRegisterOperand(DefOp)) in findTargetRecurrence()
1571 assert(isVirtualRegisterOperand(MO) && "Invalid PHI instruction"); in optimizeRecurrence()