Home
last modified time | relevance | path

Searched refs:insertDebugValuesForPHIs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LCSSA/
H A DDontInsertDebugValuesForPHIs.ll4 ; insertDebugValuesForPHIs() which effectively cause assignments to be
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h262 void insertDebugValuesForPHIs(BasicBlock *BB,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp568 insertDebugValuesForPHIs(OrigHeader, InsertedPHIs); in rotateLoop()
H A DLocal.cpp1626 void llvm::insertDebugValuesForPHIs(BasicBlock *BB, in insertDebugValuesForPHIs() function in llvm