Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp470 static bool isHoistableInstructionType(Instruction *I) { in isHoistableInstructionType() function
480 if (!isHoistableInstructionType(I)) in isHoistable()
1456 assert(isHoistableInstructionType(I) && "Unhoistable instruction type"); in hoistValue()