Home
last modified time | relevance | path

Searched defs:IsSafeToHoist (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp249 auto IsSafeToHoist = [](Instruction *DivOrRem, BasicBlock *ParentBB) { in optimizeDivRem() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp220 SCEV::NoWrapFlags Flags, bool IsSafeToHoist) { in InsertBinop()