Searched defs:Cs (Results 1 – 8 of 8) sorted by relevance
20 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType()
47 inline constexpr int Cs = 2'048; global() variable
777 for (GepNode *CN : Cs) { in recalculatePlacement() local 817 for (GepNode *C : Cs) in recalculatePlacementRec() local 907 for (GepNode *C : Cs) in adjustForInvariance() local 1142 llvm::append_range(Work, Cs); in getAllUsersForNode() local 1206 for (GepNode *CN : Cs) { in materialize() local [all...]
251 NodeSet &Cs = Edges[C]; color() local 2396 __anon9dd6b35a1702(const std::set<CycleType> &Cs, unsigned Len) perfect() argument
371 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() local
138 ASSERT_NE(Cs.begin(), Cs.end()); in TYPED_TEST() local
69 template<unsigned... Ns> struct Cs : X<C,Ns>... {}; struct
1039 const char Cs[] = {'a', 'b'}; // expected-note 2{{declared here}} variable