Home
last modified time | relevance | path

Searched refs:LI1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp233 LoadInst *LI1 = new LoadInst(StackGuardVar, "", false, BB); in InsertStackProtectors() local
235 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, ""); in InsertStackProtectors()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp346 [](const RegisterMaskPair &LI0, const RegisterMaskPair &LI1) { in sortUniqueLiveIns() argument
347 return LI0.PhysReg < LI1.PhysReg; in sortUniqueLiveIns()