Searched refs:getInstructions (Results 1 – 6 of 6) sorted by relevance
77 llvm::ArrayRef<llvm::MCInst> getInstructions() const { return Instructions; } in getInstructions() function117 return Regions[Idx]->getInstructions(); in getInstructionSequence()
412 ArrayRef<MCInst> Insts = Region->getInstructions(); in main()
136 getInstructions() const { in getInstructions() function
364 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
591 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
1859 std::deque<SUnit *> &CycleInstrs = Schedule.getInstructions(Cycle); in generatePipelinedLoop()3236 for (SUnit *I : getInstructions(cycle)) { in computeStart()