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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp89 bool &PhysUseDef) const;
213 bool &PhysUseDef) const{
231 // (which currently contains only uses), set the PhysUseDef flag.
232 PhysUseDef = false;
245 PhysUseDef = true;
490 bool PhysUseDef = false; local
492 PhysDefs, PhysUseDef)) {
500 if (!PhysUseDef) {

Completed in 77 milliseconds