HomeSort by: relevance | last modified time | path
    Searched defs:PDIUnrelatedWL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 258 /// Fill PDIUnrelatedWL with instructions from the entry block that are
261 std::vector<Instruction *> &PDIUnrelatedWL);
266 /// Erase the instructions in PDIUnrelatedWL as they are unrelated to the
268 void eraseInstsUnrelatedToPDI(std::vector<Instruction *> &PDIUnrelatedWL);
509 // Erase the instructions in PDIUnrelatedWL as they are unrelated to the
512 std::vector<Instruction *> &PDIUnrelatedWL) {
517 while (!PDIUnrelatedWL.empty()) {
518 Instruction *I = PDIUnrelatedWL.back();
523 PDIUnrelatedWL.pop_back();
551 // PDIUnrelatedWL with such instructions
    [all...]
MergeFunctions.cpp 258 /// Fill PDIUnrelatedWL with instructions from the entry block that are
261 std::vector<Instruction *> &PDIUnrelatedWL);
266 /// Erase the instructions in PDIUnrelatedWL as they are unrelated to the
268 void eraseInstsUnrelatedToPDI(std::vector<Instruction *> &PDIUnrelatedWL);
509 // Erase the instructions in PDIUnrelatedWL as they are unrelated to the
512 std::vector<Instruction *> &PDIUnrelatedWL) {
517 while (!PDIUnrelatedWL.empty()) {
518 Instruction *I = PDIUnrelatedWL.back();
523 PDIUnrelatedWL.pop_back();
551 // PDIUnrelatedWL with such instructions
    [all...]

Completed in 104 milliseconds