reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  914                                          DT, Unhoistables, nullptr, Visited);
  935                                          DT, Unhoistables, nullptr, Visited);
  964       assert(!DT.dominates(Branch, InsertPoint) &&
  968                              DT, Unhoistables, nullptr, Visited) &&
  972       assert(!DT.dominates(SI, InsertPoint) &&
  975       assert(checkHoistValue(SI->getCondition(), InsertPoint, DT,
 1182                         ConditionValues, DT, Unhoistables)) {
 1210                       DT, Unhoistables)) {
 1409       bool IsHoistable = checkHoistValue(BI->getCondition(), InsertPoint, DT,
 1421       bool IsHoistable = checkHoistValue(SI->getCondition(), InsertPoint, DT,
 1725       SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT);
 1747   hoistScopeConditions(Scope, PreEntryBlock->getTerminator(), TrivialPHIs, DT);