Searched refs:OrigCond (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2573 Value *OrigCond = BI->getCondition(); local
2580 DeadInsts.push_back(OrigCond);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2049 const MachineOperand &OrigCond) {
2050 CondReg.setIsUndef(OrigCond.isUndef());
2051 CondReg.setIsKill(OrigCond.isKill());
2048 preserveCondRegFlags(MachineOperand &CondReg, const MachineOperand &OrigCond) argument

Completed in 81 milliseconds