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

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp406 struct AllocaModifier: public Modifier { struct in inherits:Modifier
407 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R){} function in struct:AllocaModifier
645 AllocaModifier AM(BB, &PT, &R); AM.ActN(5); // Throw in a few allocas

Completed in 105 milliseconds