Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h495 Value *fixupLCSSAFormFor(Instruction *User, unsigned OpIdx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1869 V = fixupLCSSAFormFor(Tmp, 0); in expandCodeForImpl()
2037 fixupLCSSAFormFor(Inst, OpIdx); in rememberInstruction()
2622 Value *SCEVExpander::fixupLCSSAFormFor(Instruction *User, unsigned OpIdx) { in fixupLCSSAFormFor() function in SCEVExpander