Home
last modified time | relevance | path

Searched defs:ToBePromoted (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7527 void enqueueForPromotion(Instruction *ToBePromoted) { in enqueueForPromotion()
7552 for (auto &ToBePromoted : InstsToBePromoted) in promote() local
7561 void VectorPromoteHelper::promoteImpl(Instruction *ToBePromoted) { in promoteImpl()
7626 Instruction *ToBePromoted = cast<Instruction>(*Inst->user_begin()); in optimizeExtractElementInst() local