Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopTermFold.cpp298 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in RunTermFold()
H A DIndVarSimplify.cpp2029 Changed |= DeleteDeadPHIs(L->getHeader(), TLI, MSSAU.get()); in run()
H A DLoopStrengthReduce.cpp7053 Changed |= DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
7067 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
7086 DeleteDeadPHIs(L->getHeader(), &TLI, MSSAU.get()); in ReduceLoopStrength()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp535 DeleteDeadPHIs(BB); in chainCommoning()
1101 DeleteDeadPHIs(BB); in updateFormPrep()
1123 DeleteDeadPHIs(BB); in dispFormPrep()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp450 DeleteDeadPHIs(I); in TryConvertActiveLaneMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h88 LLVM_ABI bool DeleteDeadPHIs(BasicBlock *BB,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp397 DeleteDeadPHIs(I); in Create()
H A DCodeGenPrepare.cpp936 MadeChange |= DeleteDeadPHIs(&Block, TLInfo); in eliminateMostlyEmptyBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp163 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI, in DeleteDeadPHIs() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19026 {"_ZN4llvm14DeleteDeadPHIsEPNS_10BasicBlockE", "llvm::DeleteDeadPHIs(llvm::BasicBlock*)"},