Searched refs:FastIS (Results 1 – 1 of 1) sorted by relevance
1156 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local1158 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()1203 if (FastIS) { in SelectAllBasicBlocks()1204 FastIS->startNewBlock(); in SelectAllBasicBlocks()1212 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()1229 FastIS->setLastLocalValue(std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()1231 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()1247 FastIS->recomputeInsertPt(); in SelectAllBasicBlocks()1250 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()1264 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()[all …]