/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 52 if (Value *V = simplifyInstruction(&I, SQ)) { in runImpl()
|
H A D | LoopInstSimplify.cpp | 98 Value *V = simplifyInstruction(&I, SQ.getWithInstruction(&I)); in simplifyLoopInst()
|
H A D | TailRecursionElimination.cpp | 752 if (Value *PNV = simplifyInstruction(PN, F.getDataLayout())) { in cleanupAndFinalize()
|
H A D | StructurizeCFG.cpp | 782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis()
|
H A D | CorrelatedValuePropagation.cpp | 272 if (Value *V = simplifyInstruction(P, SQ)) { in processPHI()
|
H A D | EarlyCSE.cpp | 1495 if (Value *V = simplifyInstruction(&Inst, SQ)) { in processNode()
|
H A D | IndVarSimplify.cpp | 1235 Value *Res = simplifyInstruction(I, I->getDataLayout()); in replaceLoopPHINodesWithPreheaderValues()
|
H A D | MemCpyOptimizer.cpp | 1712 if (auto *Res = simplifyInstruction(I, I->getDataLayout())) in isZeroSize()
|
H A D | JumpThreading.cpp | 2698 if (Value *IV = simplifyInstruction( in duplicateCondBranchOnPHIIntoPred()
|
H A D | GVN.cpp | 2625 if (Value *V = simplifyInstruction(I, {DL, TLI, DT, AC})) { in processInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 432 bool simplifyInstruction(Instruction &I); 1635 if (simplifyInstruction(I)) in visitGetElementPtr() 1653 bool CallAnalyzer::simplifyInstruction(Instruction &I) { in simplifyInstruction() function in CallAnalyzer 1707 if (simplifyInstruction(I)) in visitBitCast() 1727 if (simplifyInstruction(I)) in visitPtrToInt() 1757 if (simplifyInstruction(I)) in visitIntToPtr() 1780 if (simplifyInstruction(I)) in visitCastInst() 2038 if (simplifyInstruction(I)) in visitCmpInst() 2211 if (simplifyInstruction(I)) in visitExtractValue() 2220 if (simplifyInstruction(I)) in visitInsertValue()
|
H A D | Lint.cpp | 683 if (Value *W = simplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 179 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops() 599 if (Value *V = simplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
|
H A D | SSAUpdater.cpp | 170 simplifyInstruction(InsertedPHI, BB->getDataLayout())) { in GetValueInMiddleOfBlock()
|
H A D | LoopRotationUtils.cpp | 692 Value *V = simplifyInstruction(C, SQ); in rotateLoop()
|
H A D | LoopUnrollRuntime.cpp | 984 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in UnrollRuntimeLoopRemainder()
|
H A D | LoopUnroll.cpp | 385 if (Value *V = simplifyInstruction(&Inst, {DL, nullptr, DT, AC})) in simplifyLoopAfterUnroll()
|
H A D | PromoteMemoryToRegister.cpp | 918 if (Value *V = simplifyInstruction(PN, SQ)) { in run()
|
H A D | CloneFunction.cpp | 828 if (Value *V = simplifyInstruction(NewI, DL)) { in CloneAndPruneIntoFromInst()
|
H A D | SimplifyCFG.cpp | 3404 if (Value *V = simplifyInstruction(N, {DL, nullptr, nullptr, AC})) { in FoldCondBranchOnValueKnownInPredecessorImpl() 3562 if (Value *V = simplifyInstruction(PN, {DL, PN})) { in FoldTwoEntryPHINode() 4799 if (Value *V = simplifyInstruction(ICI, {DL, ICI})) { in tryToSimplifyUncondBranchWithICmpInIt()
|
H A D | ScalarEvolutionExpander.cpp | 1700 if (Value *V = simplifyInstruction(PN, {DL, &SE.TLI, &SE.DT, &SE.AC})) in replaceCongruentIVs()
|
H A D | InlineFunction.cpp | 3064 if (Value *V = simplifyInstruction(PHI, {DL, nullptr, nullptr, AC})) { in InlineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 247 Value *simplifyInstruction(Instruction *I, const SimplifyQuery &Q);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1481 if (Value *SV = simplifyInstruction(&I, {DL, &TLI, &DT})) in cleanupLoopBody() 2162 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() 2272 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1437 if (Value *V = simplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode()
|