Lines Matching refs:getInsts
92 for (Inst &I : Node->getInsts()) { in getFunctionNameAndSize()
209 getEntryNode()->getInsts().push_front(Call); in addCallToProfileSummary()
618 for (Inst &Instr : Node->getInsts()) { in localCSE()
680 if (PreHeader == nullptr || PreHeader->getInsts().size() == 0) { in loopInvariantCodeMotion()
684 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion()
707 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions()
708 Node->getInsts().end()); in findLoopInvariantInstructions()
741 Node->getInsts().remove(Inst); in findLoopInvariantInstructions()
846 auto Current = Node->getInsts().begin(); in floatConstantCSE()
847 auto End = Node->getInsts().end(); in floatConstantCSE()
873 auto &Insts = Node->getInsts(); in floatConstantCSE()
1020 for (Inst &Instr : EntryNode->getInsts()) { in processAllocas()
1045 for (Inst &Instr : Node->getInsts()) { in processAllocas()
1069 for (Inst &Instr : EntryNode->getInsts()) { in processAllocas()
1091 InstList &Insts = getEntryNode()->getInsts(); in processAllocas()
1195 for (Inst &Instr : Node->getInsts()) { in findRematerializable()
1430 for (auto &Instr : Node->getInsts()) { in materializeVectorShuffles()
1610 for (Inst &I : Node->getInsts()) { in liveness()
1653 for (Inst &Instr : Node->getInsts()) { in validateLiveness()