Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance
42 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() argument
25 class InstRef; variable
566 InstRef() : Data(std::make_pair(0, nullptr)) {} in InstRef() function567 InstRef(unsigned Index, Instruction *I) : Data(std::make_pair(Index, I)) {} in InstRef() function
613 for (auto &InstRef : Insts) { in findLoopInvariantInstructions() local