Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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()