Searched defs:StoreModifier (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp307 struct StoreModifier: public Modifier { struct in namespace:llvm::__anon13656
308 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {} function in struct:llvm::__anon13656::StoreModifier
637 Modifiers.emplace_back(new StoreModifier(BB, &PT, &R));

Completed in 143 milliseconds