Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h84 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp544 DeleteDeadPHIs(BB); in chainCommoning()
1110 DeleteDeadPHIs(BB); in updateFormPrep()
1132 DeleteDeadPHIs(BB); in dispFormPrep()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp451 DeleteDeadPHIs(I); in TryConvertActiveLaneMask()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp398 DeleteDeadPHIs(I); in Create()
H A DCodeGenPrepare.cpp940 MadeChange |= DeleteDeadPHIs(&Block, TLInfo); in eliminateMostlyEmptyBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2050 Changed |= DeleteDeadPHIs(L->getHeader(), TLI, MSSAU.get()); in run()
H A DLoopStrengthReduce.cpp7268 Changed |= DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
7282 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
7301 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
7376 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp164 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI, in DeleteDeadPHIs() function in llvm