Home | History | Annotate | Download | only in src

Lines Matching refs:Labels

658 /// Phi instruction. For incoming edge I, the node is Labels[I] and the Phi
672 CfgNode *getLabel(SizeT Index) const { return Labels[Index]; }
673 void setLabel(SizeT Index, CfgNode *Label) { Labels[Index] = Label; }
685 /// Labels[] duplicates the InEdges[] information in the enclosing CfgNode,
688 CfgVector<CfgNode *> Labels;
788 return Labels[I];
801 Func->deallocateArrayOf<CfgNode *>(Labels);
808 CfgNode **Labels; /// size is NumCases