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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp497 static bool isHoistableInstructionType(Instruction *I) { function
507 if (!isHoistableInstructionType(I))
1478 assert(isHoistableInstructionType(I) && "Unhoistable instruction type");

Completed in 48 milliseconds