Searched refs:AllocaModifier (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 415 struct AllocaModifier: public Modifier { struct 416 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R){} in AllocaModifier() argument 648 AllocaModifier{BB, &PT, &R}.ActN(5); // Throw in a few allocas in FillFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 467 struct AllocaModifier: public Modifier { struct 468 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) in AllocaModifier() function 698 AllocaModifier{BB, &PT, &R}.ActN(5); // Throw in a few allocas in FillFunction()
|