Searched refs:updateSSA (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 157 void updateSSA();
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 118 updateSSA(); in calculateValues() 278 // Both updateSSA() and LiveRangeUpdater benefit from ordered blocks, but in findReachingDefs() 332 void LiveRangeCalc::updateSSA() { in updateSSA() 327 void LiveRangeCalc::updateSSA() { updateSSA() function in LiveRangeCalc
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 117 void updateSSA(BasicBlock *BB, BasicBlock *NewBB,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 932 updateSSA(NewDefs); in createAllExitPaths() 989 void updateSSA(DefMap &NewDefs) { in updateSSA() function
|
H A D | JumpThreading.cpp | 1940 void JumpThreadingPass::updateSSA(BasicBlock *BB, BasicBlock *NewBB, in updateSSA() function in JumpThreadingPass 2320 updateSSA(PredBB, NewBB, ValueMapping); in threadThroughTwoBasicBlocks() 2444 updateSSA(BB, NewBB, ValueMapping); in threadEdge() 2732 updateSSA(BB, PredBB, ValueMapping); in duplicateCondBranchOnPHIIntoPred()
|