Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp159 BlockISELList thisBlockISELs; in collectISELInstructions() local
162 thisBlockISELs.push_back(&MI); in collectISELInstructions()
163 if (!thisBlockISELs.empty()) in collectISELInstructions()
164 ISELInstructions.insert(std::make_pair(MBB.getNumber(), thisBlockISELs)); in collectISELInstructions()