Searched refs:LI1 (Results 1 – 2 of 2) sorted by relevance
233 LoadInst *LI1 = new LoadInst(StackGuardVar, "", false, BB); in InsertStackProtectors() local235 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, ""); in InsertStackProtectors()
346 [](const RegisterMaskPair &LI0, const RegisterMaskPair &LI1) { in sortUniqueLiveIns() argument347 return LI0.PhysReg < LI1.PhysReg; in sortUniqueLiveIns()