Home
last modified time | relevance | path

Searched refs:updateSSA (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h157 void updateSSA();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp118 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 DJumpThreading.h117 void updateSSA(BasicBlock *BB, BasicBlock *NewBB,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp932 updateSSA(NewDefs); in createAllExitPaths()
989 void updateSSA(DefMap &NewDefs) { in updateSSA() function
H A DJumpThreading.cpp1940 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()