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.cpp1618 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1621 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
1637 if (!FastIS) { in SelectAllBasicBlocks()
1641 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1642 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1665 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1667 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()
1672 if (FastIS && Inserted) in SelectAllBasicBlocks()
1673 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1735 if (FastIS) { in SelectAllBasicBlocks()
[all …]