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

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp298 struct StoreModifier: public Modifier { struct in inherits:Modifier
299 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {} function in struct:StoreModifier
626 OwningPtr<Modifier> SM(new StoreModifier(BB, &PT, &R));

Completed in 1658 milliseconds