Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1378 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1381 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
1397 if (!FastIS) { in SelectAllBasicBlocks()
1401 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1402 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1425 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1427 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()
1432 if (FastIS && Inserted) in SelectAllBasicBlocks()
1433 FastIS->setLastLocalValue(&*std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1486 if (FastIS) { in SelectAllBasicBlocks()
[all …]