Lines Matching defs:PDIUnrelatedWL
259 /// Fill PDIUnrelatedWL with instructions from the entry block that are
264 std::vector<Instruction *> &PDIUnrelatedWL,
270 /// Erase the instructions in PDIUnrelatedWL as they are unrelated to the
275 eraseInstsUnrelatedToPDI(std::vector<Instruction *> &PDIUnrelatedWL,
540 // Erase the instructions in PDIUnrelatedWL as they are unrelated to the
543 std::vector<Instruction *> &PDIUnrelatedWL,
549 while (!PDIUnrelatedWL.empty()) {
550 Instruction *I = PDIUnrelatedWL.back();
555 PDIUnrelatedWL.pop_back();
593 // PDIUnrelatedWL with such instructions.
595 BasicBlock *GEntryBlock, std::vector<Instruction *> &PDIUnrelatedWL,
720 IsPDIRelated(&I, PDIRelated, PDIUnrelatedWL);
761 std::vector<Instruction *> PDIUnrelatedWL;
774 filterInstsUnrelatedToPDI(GEntryBlock, PDIUnrelatedWL, PDVRUnrelatedWL);
824 eraseInstsUnrelatedToPDI(PDIUnrelatedWL, PDVRUnrelatedWL);