Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp63 ISELInstructionList ISELInstructions; member in __anon5ec77d900111::PPCExpandISEL
150 ISELInstructions.clear(); in initialize()
164 ISELInstructions.insert(std::make_pair(MBB.getNumber(), thisBlockISELs)); in collectISELInstructions()
166 return !ISELInstructions.empty(); in collectISELInstructions()
171 for (const auto &I : ISELInstructions) { in DumpISELInstructions()
194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs()