Searched defs:SimpleV (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 79 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
D | InlineCost.cpp | 766 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
D | InstructionSimplify.cpp | 4257 static bool replaceAndRecursivelySimplifyImpl(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplifyImpl() 4318 bool llvm::replaceAndRecursivelySimplify(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplify()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 78 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
D | InlineCost.cpp | 1067 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
D | InstructionSimplify.cpp | 5083 static bool replaceAndRecursivelySimplifyImpl(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplifyImpl() 5146 bool llvm::replaceAndRecursivelySimplify(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplify()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 612 Value *SimpleV = SimplifyInstruction(I, DL); in CloneAndPruneIntoFromInst() local
|
D | Local.cpp | 548 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 456 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local
|