Home
last modified time | relevance | path

Searched refs:FastIS (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1366 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1369 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
1385 if (!FastIS) { in SelectAllBasicBlocks()
1389 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1390 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1413 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1415 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()
1420 if (FastIS && Inserted) in SelectAllBasicBlocks()
1421 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1468 if (FastIS) { in SelectAllBasicBlocks()
[all …]