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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp278 assert(HoistStopMap.empty() && "MapHoistStops must be empty");
314 HoistStopMapTy HoistStopMap; member in class:__anon5588::CHRScope
1373 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() &&
1378 dbgs() << "setCHRRegions HoistStopMap " << *Scope << "\n";
1379 for (auto pair : Scope->HoistStopMap) {
1435 OutermostScope->HoistStopMap[R] = HoistStops;
1456 HoistStopMapTy &HoistStopMap,
1460 auto IT = HoistStopMap.find(R);
1461 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map");
1493 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSe
1455 hoistValue(Value *V, Instruction *HoistPoint, Region *R, HoistStopMapTy &HoistStopMap, DenseSet<Instruction *> &HoistedSet, DenseSet<PHINode *> &TrivialPHIs, DominatorTree &DT) argument
[all...]

Completed in 162 milliseconds