Searched refs:RegiT (Results 1 – 1 of 1) sorted by relevance
222 template <class BlockT, class InstrT, class RegiT>226 std::set<RegiT> breakInitRegs; //Registers that need to "reg = 0", before229 std::set<RegiT> contInitRegs; //Registers that need to "reg = 0", after232 std::set<RegiT> endbranchInitRegs; //Init before entering this loop, at loop234 std::set<RegiT> breakOnRegs; //registers that need to "if (reg) break237 std::set<RegiT> contOnRegs; //registers that need to "if (reg) continue286 typedef int RegiT; typedef in llvmCFGStruct::CFGStructurizer288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;346 BlockT *ExitLandBlock, RegiT SetReg);348 RegiT SetReg);[all …]