Searched defs:PREInstr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2538 Instruction *PREInstr = CurInst->clone(); local
2541 Value *Op = PREInstr->getOperand(i);
2546 PREInstr->setOperand(i, V);
2557 DEBUG(verifyRemoved(PREInstr));
2558 delete PREInstr;
2562 PREInstr->insertBefore(PREPred->getTerminator());
2563 PREInstr->setName(CurInst->getName() + ".pre");
2564 PREInstr->setDebugLoc(CurInst->getDebugLoc());
2565 VN.add(PREInstr, ValNo);
2569 addToLeaderTable(ValNo, PREInstr, PREPre
[all...]

Completed in 139 milliseconds