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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp88 bool &PhysUseDef) const;
197 bool &PhysUseDef) const{
215 // (which currently contains only uses), set the PhysUseDef flag.
216 PhysUseDef = false;
229 PhysUseDef = true;
482 bool PhysUseDef = false; local
484 PhysDefs, PhysUseDef)) {
492 if (!PhysUseDef) {

Completed in 91 milliseconds