Home
last modified time | relevance | path

Searched refs:DeleteDeadPHIs (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h82 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp694 DeleteDeadPHIs(BB); in updateFormPrep()
716 DeleteDeadPHIs(BB); in dispFormPrep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp338 DeleteDeadPHIs(I); in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp457 DeleteDeadPHIs(I); in Cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp156 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI) { in DeleteDeadPHIs() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1480 DeleteDeadPHIs(Header, TLI); in replace()
DIndVarSimplify.cpp3130 Changed |= DeleteDeadPHIs(L->getHeader(), TLI); in run()
DLoopStrengthReduce.cpp5719 Changed |= DeleteDeadPHIs(L->getHeader()); in ReduceLoopStrength()
5731 DeleteDeadPHIs(L->getHeader()); in ReduceLoopStrength()