reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1342 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); 1358 if (!FastIS) { 1362 FastIS->startNewBlock(); 1363 if (!FastIS->lowerArguments()) { 1386 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); 1388 FastIS->setLastLocalValue(nullptr); 1393 if (FastIS && Inserted) 1394 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); 1442 if (FastIS) { 1444 FastIS->startNewBlock(); 1464 FastIS->recomputeInsertPt(); 1467 if (FastIS->selectInstruction(Inst)) { 1481 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { 1528 FastIS->removeDeadCode(SavedInsertPt, FuncInfo->MBB->end()); 1567 FastIS->recomputeInsertPt(); 1593 FastIS->removeDeadCode(FuncInfo->InsertPt, FuncInfo->MBB->end()); 1596 if (FastIS) 1597 FastIS->finishBasicBlock(); 1607 delete FastIS;