Searched refs:QuotRemWithBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp57 struct QuotRemWithBB { struct in namespace:__anon4726
85 QuotRemWithBB createSlowBB(BasicBlock *Successor);
86 QuotRemWithBB createFastBB(BasicBlock *Successor);
87 QuotRemPair createDivRemPhiNodes(QuotRemWithBB &LHS, QuotRemWithBB &RHS,
261 QuotRemWithBB FastDivInsertionTask::createSlowBB(BasicBlock *SuccessorBB) {
262 QuotRemWithBB DivRemPair;
285 QuotRemWithBB FastDivInsertionTask::createFastBB(BasicBlock *SuccessorBB) {
286 QuotRemWithBB DivRemPair;
312 QuotRemPair FastDivInsertionTask::createDivRemPhiNodes(QuotRemWithBB
[all...]

Completed in 115 milliseconds