Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h500 Value *fixupLCSSAFormFor(Instruction *User, unsigned OpIdx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1883 V = fixupLCSSAFormFor(Tmp, 0); in expandCodeForImpl()
2051 fixupLCSSAFormFor(Inst, OpIdx); in rememberInstruction()
2638 Value *SCEVExpander::fixupLCSSAFormFor(Instruction *User, unsigned OpIdx) { in fixupLCSSAFormFor() function in SCEVExpander