Lines Matching refs:CfgVector
425 CfgVector<PlacedList::iterator> PlaceIndex(Nodes.size(), NoPlace); in reorderNodes()
695 CfgVector<Inst *>
707 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions()
750 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions()
781 CfgUnorderedMap<SizeT, CfgVector<CfgNode *>> Splits; in shortCircuitJumps()
849 CfgUnorderedMap<Constant *, CfgVector<InstList::iterator>> FloatUses; in floatConstantCSE()
910 void Cfg::sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, in sortAndCombineAllocas()
929 CfgVector<int32_t> Offsets; in sortAndCombineAllocas()
1063 CfgVector<InstAlloca *> FixedAllocas; in processAllocas()
1066 CfgVector<InstAlloca *> AlignedAllocas; in processAllocas()
1241 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts()
1336 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
1337 Variable **Src1, CfgVector<const Inst *> *Extracts) { in findAllExtracts()
1425 CfgVector<const Inst *> Inserts(MaxVectorElements); in materializeVectorShuffles()
1426 CfgVector<const Inst *> Extracts(MaxVectorElements); in materializeVectorShuffles()