OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BypassWidths
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp
105
FastDivInsertionTask(Instruction *I, const BypassWidthsTy &
BypassWidths
);
113
const BypassWidthsTy &
BypassWidths
) {
132
auto BI =
BypassWidths
.find(SlowType->getBitWidth());
133
if (BI ==
BypassWidths
.end())
451
const BypassWidthsTy &
BypassWidths
) {
466
FastDivInsertionTask Task(I,
BypassWidths
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
498
const DenseMap<unsigned int, unsigned int> &
BypassWidths
=
507
EverMadeChange |= bypassSlowDivision(BB,
BypassWidths
);
Completed in 21 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026