Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1605 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1608 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
1624 if (!FastIS) { in SelectAllBasicBlocks()
1628 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1629 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1652 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1654 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()
1659 if (FastIS && Inserted) in SelectAllBasicBlocks()
1660 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1712 if (FastIS) { in SelectAllBasicBlocks()
[all …]