Lines Matching defs:In
160 for (auto &In : B) {
161 if (In.isDebugInstr())
163 assert(getIndex(&In) == IndexType::None && "Instruction already in map");
164 Map.insert(std::make_pair(Idx, &In));
313 for (auto &In : B) {
314 if (In.isDebugInstr())
316 IndexType Index = IndexMap.getIndex(&In);
318 for (auto &Op : In.operands()) {
334 for (auto &Op : In.operands()) {
348 for (auto &Op : In.operands()) {
518 for (auto &In : M.Block) {
519 HexagonBlockRanges::IndexType Idx = M.getIndex(&In);
520 OS << Idx << (Idx == M.Last ? ". " : " ") << In;