Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance
24 class InstRef; variable
23 class InstRef; variable
379 InstRef() : std::pair<unsigned, Instruction *>(0, nullptr) {} in InstRef() function380 InstRef(unsigned Index, Instruction *I) in InstRef() function
710 for (auto &InstRef : Insts) { in findLoopInvariantInstructions() local