Searched defs:canSinkOrHoistInst (Results 1 – 3 of 3) sorted by relevance
362 bool LICM::canSinkOrHoistInst(Instruction &I) { in canSinkOrHoistInst() function in LICM
440 bool canSinkOrHoistInst(Instruction &I, AliasAnalysis *AA, DominatorTree *DT, in canSinkOrHoistInst() function
578 bool llvm::canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT, in canSinkOrHoistInst() function in llvm