Searched refs:canSinkOrHoistInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp101 static bool canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA,
349 canSinkOrHoistInst(I, AA, DT, TLI, CurLoop, CurAST, SafetyInfo)) {
398 canSinkOrHoistInst(I, AA, DT, TLI, CurLoop, CurAST, SafetyInfo) &&
441 /// canSinkOrHoistInst - Return true if the hoister and sinker can handle this
444 bool canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA, DominatorTree *DT, function

Completed in 104 milliseconds