Searched defs:ToSimplify (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceUsingSimplifyCFG.cpp | 24 SmallVector<BasicBlock *, 16> ToSimplify; in reduceUsingSimplifyCFG() local 40 SmallVector<BasicBlock *, 16> ToSimplify; in reduceConditionals() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 31 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
H A D | LoopInstSimplify.cpp | 59 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
|