Searched defs:ToSimplify (Results 1 – 4 of 4) sorted by relevance
/llvm-project/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
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; simplifyLoopInst() local
|
H A D | InstSimplifyPass.cpp | 29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVVMReflect.cpp | 94 SmallVector<Instruction *, 4> ToSimplify; in runNVVMReflect() local
|