Searched refs:UseDivOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 78 bool UseDivOp, bool UseSignedOp, in insertFastDiv() argument 145 if (UseDivOp) in insertFastDiv() 179 bool UseDivOp, bool UseSignedOp, in reuseOrInsertFastDiv() argument 187 return insertFastDiv(I, BypassType, UseDivOp, UseSignedOp, PerBBDivCache); in reuseOrInsertFastDiv() 192 if (UseDivOp) { in reuseOrInsertFastDiv() 222 bool UseDivOp = Opcode == Instruction::SDiv || Opcode == Instruction::UDiv; in bypassSlowDivision() local 228 if (!UseDivOp && !UseRemOp) in bypassSlowDivision() 247 MadeChange |= reuseOrInsertFastDiv(I, BT, UseDivOp, UseSignedOp, DivCache); in bypassSlowDivision()
|