Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1295 if (FastIS) in createSwiftErrorEntriesInEntryBlock()
1539 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1560 if (!FastIS) { in SelectAllBasicBlocks()
1564 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1565 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1640 if (FastIS) { in SelectAllBasicBlocks()
1642 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1764 FastIS->recomputeInsertPt(); in SelectAllBasicBlocks()
1793 if (FastIS) in SelectAllBasicBlocks()
1794 FastIS->finishBasicBlock(); in SelectAllBasicBlocks()
[all …]