Home
last modified time | relevance | path

Searched refs:updateBlockFreqAndEdgeWeight (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h172 void updateBlockFreqAndEdgeWeight(BasicBlock *PredBB, BasicBlock *BB,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2437 updateBlockFreqAndEdgeWeight(PredBB, BB, NewBB, SuccBB); in threadEdge()
2507 void JumpThreadingPass::updateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in updateBlockFreqAndEdgeWeight() function in JumpThreadingPass