Searched refs:LoopLandInfo (Results 1 – 1 of 1) sorted by relevance
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo; typedef in llvmCFGStruct::CFGStructurizer289 typedef std::map<LoopT *, LoopLandInfo *> LoopLandInfoMap;344 void mergeLooplandBlock(BlockT *DstBlock, LoopLandInfo *LoopLand);380 LoopLandInfo *getLoopLandInfo(LoopT *LoopRep);927 LoopLandInfo *loopLand = getLoopLandInfo(loopRep); in loopPatternMatch()1161 LoopLandInfo *&theEntry = loopLandInfoMap[loopRep]; in isSameloopDetachedContbreak()1595 LoopLandInfo *loopLand) { in mergeLooplandBlock()2335 LoopLandInfo *loopLand = getLoopLandInfo(loopRep); in isActiveLoophead()2414 LoopLandInfo *&theEntry = loopLandInfoMap[loopRep]; in setLoopLandBlock()2417 theEntry = new LoopLandInfo(); in setLoopLandBlock()[all …]