Home
last modified time | relevance | path

Searched defs:DeadInsts (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h49 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineAnyExt()
98 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineZExt()
142 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineSExt()
169 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineTrunc()
197 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryFoldImplicitDef()
284 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineMerges()
421 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineExtract()
474 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineInstruction()
576 SmallVectorImpl<MachineInstr *> &DeadInsts) { in markInstAndDefDead()
615 void deleteMarkedDeadInsts(SmallVectorImpl<MachineInstr *> &DeadInsts, in deleteMarkedDeadInsts()
/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp197 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad()
335 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore()
371 SmallVector<Instruction *, 32> DeadInsts; in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp282 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad()
419 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore()
458 SmallVector<Instruction *, 32> DeadInsts; in runOnFunction() local
/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h81 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp71 SmallVector<Instruction *, 8> DeadInsts; in simplifyLoopInst() local
DLoopStrengthReduce.cpp968 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in DeleteTriviallyDeadInstructions()
3140 SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in GenerateIVChain()
5461 SmallVector<WeakTrackingVH, 16> DeadInsts; in ImplementSolution() local
5721 SmallVector<WeakTrackingVH, 16> DeadInsts; in ReduceLoopStrength() local
DIndVarSimplify.cpp144 SmallVector<WeakTrackingVH, 16> DeadInsts; member in __anon0c18e22d0111::IndVarSimplify
985 SmallVectorImpl<WeakTrackingVH> &DeadInsts; member in __anon0c18e22d0511::WidenIV
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1479 SmallVectorImpl<Instruction *> &DeadInsts, in MoveCalls()
1534 SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, in PairUpRetainsAndReleases()
1741 SmallVector<Instruction *, 8> DeadInsts; in PerformCodePlacement() local
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp611 SmallVector<WeakVH, 16> DeadInsts; in UnrollLoop() local
DSimplifyIndVar.cpp51 SmallVectorImpl<WeakVH> &DeadInsts; member in __anon65bee5c60111::SimplifyIndvar
DLocal.cpp357 SmallVector<Instruction*, 16> DeadInsts; in RecursivelyDeleteTriviallyDeadInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1691 SmallVectorImpl<Instruction *> &DeadInsts, in MoveCalls()
1748 SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, in PairUpRetainsAndReleases()
1949 SmallVector<Instruction *, 8> DeadInsts; in PerformCodePlacement() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp205 SmallVector<WeakTrackingVH, 16> DeadInsts; in simplifyLoopAfterUnroll() local
DSimplifyIndVar.cpp58 SmallVectorImpl<WeakTrackingVH> &DeadInsts; member in __anona2c1fbe80111::SimplifyIndvar
DLocal.cpp446 SmallVector<Instruction*, 16> DeadInsts; in RecursivelyDeleteTriviallyDeadInstructions() local
454 SmallVectorImpl<Instruction *> &DeadInsts, const TargetLibraryInfo *TLI, in RecursivelyDeleteTriviallyDeadInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1095 SmallVectorImpl<Instruction*> &DeadInsts) { in lowerLocalAllocas()
1140 SmallVectorImpl<Instruction*> &DeadInsts) { in lowerNonLocalAlloca()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp96 SmallVector<WeakVH, 16> DeadInsts; member in __anon2eb307cb0111::IndVarSimplify
887 SmallVectorImpl<WeakVH> &DeadInsts; member in __anon2eb307cb0511::WidenIV
DLoopStrengthReduce.cpp800 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) { in DeleteTriviallyDeadInstructions()
2830 SmallVectorImpl<WeakVH> &DeadInsts) { in GenerateIVChain()
4734 SmallVector<WeakVH, 16> DeadInsts; in ImplementSolution() local
5005 SmallVector<WeakVH, 16> DeadInsts; in runOnLoop() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1753 SmallVectorImpl<WeakVH> &DeadInsts, in replaceCongruentIVs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1950 SmallVectorImpl<WeakTrackingVH> &DeadInsts, in replaceCongruentIVs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp6044 SmallVector<Instruction *, 32> DeadInsts; in run() local