HomeSort by relevance Sort by last modified time
    Searched refs:IIDF (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFLiveness.h 87 std::map<MachineBasicBlock*,std::set<MachineBasicBlock*>> IIDF;
RDFLiveness.cpp 542 decltype(IIDF) IDF;
553 // Add B to the IDF(B). This will put B in the IIDF(B).
560 IIDF[S].insert(I.first);
793 // for (C : IIDF[B])
926 for (auto C : IIDF[B]) {
    [all...]

Completed in 75 milliseconds