reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2236 for (BasicBlock::iterator BBI = BB->begin(); &*BBI != BI; ++BBI) { 2236 for (BasicBlock::iterator BBI = BB->begin(); &*BBI != BI; ++BBI) { 2237 if (PHINode *PN = dyn_cast<PHINode>(BBI)) { 2242 Instruction *N = BBI->clone(); 2243 if (BBI->hasName()) 2244 N->setName(BBI->getName() + ".c"); 2255 if (!BBI->use_empty()) 2256 TranslateMap[&*BBI] = V; 2262 if (!BBI->use_empty()) 2263 TranslateMap[&*BBI] = N;