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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp557 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, function
587 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops,
594 CHR_DEBUG(dbgs() << "checkHoistValue " << *I << "\n");
919 bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint,
940 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint,
973 assert(checkHoistValue(Branch->getCondition(), InsertPoint,
975 "checkHoistValue for branch");
981 assert(checkHoistValue(SI->getCondition(), InsertPoint, DT,
983 "checkHoistValue for selects");
1084 if (!checkHoistValue(
[all...]

Completed in 58 milliseconds