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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp506 static bool isHoistable(Instruction *I, DominatorTree &DT) { function
527 if (!isHoistable(I, DT)) {
582 if (isHoistable(I, DT)) {

Completed in 110 milliseconds