Lines Matching refs:CfgVector
374 CfgVector<PlacedList::iterator> PlaceIndex(Nodes.size(), NoPlace); in reorderNodes()
598 CfgVector<Inst *>
610 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions()
653 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions()
684 CfgUnorderedMap<SizeT, CfgVector<CfgNode *>> Splits; in shortCircuitJumps()
752 CfgUnorderedMap<Constant *, CfgVector<InstList::iterator>> FloatUses; in floatConstantCSE()
813 void Cfg::sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, in sortAndCombineAllocas()
832 CfgVector<int32_t> Offsets; in sortAndCombineAllocas()
966 CfgVector<InstAlloca *> FixedAllocas; in processAllocas()
969 CfgVector<InstAlloca *> AlignedAllocas; in processAllocas()
1144 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts()
1239 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
1240 Variable **Src1, CfgVector<const Inst *> *Extracts) { in findAllExtracts()
1328 CfgVector<const Inst *> Inserts(MaxVectorElements); in materializeVectorShuffles()
1329 CfgVector<const Inst *> Extracts(MaxVectorElements); in materializeVectorShuffles()