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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp425 SmallPtrSet<MachineBasicBlock*, 4> CSBBs; local
428 CSBBs.insert(MI.getParent());
433 return CSBBs.count(MI->getParent());

Completed in 86 milliseconds