Searched defs:InsAt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp544 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign]; local
546 BuildMI(*BB, InsAt, DebugLoc(), TII->get(ARM::CONSTPOOL_ENTRY))
553 if (InsPoint[a] == InsAt)
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp577 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign]; local
580 BuildMI(*BB, InsAt, DebugLoc(), TII->get(Mips::CONSTPOOL_ENTRY))
588 if (InsPoint[a] == InsAt)

Completed in 95 milliseconds