HomeSort by relevance Sort by last modified time
    Searched refs:livein_end (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 213 LayoutSucc->livein_end());
215 JumpAroundTarget->livein_end());
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 117 LE = MBB->livein_end(); LI != LE; ++LI)
MachineBasicBlock.h 339 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineBasicBlock
MachineRegisterInfo.h 775 livein_iterator livein_end() const { return LiveIns.end(); } function in class:llvm::MachineRegisterInfo
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 340 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
349 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
358 for (livein_iterator I = livein_begin(), E = livein_end(); I != E; ++I)
DeadMachineInstructionElim.cpp 117 LI != (*S)->livein_end(); LI++)
MachineBasicBlock.cpp 288 for (livein_iterator I = livein_begin(),E = livein_end(); I != E; ++I)
338 livein_iterator I = std::find(livein_begin(), livein_end(), Reg);
339 return I != livein_end();
814 E = Succ->livein_end(); I != E; ++I)
    [all...]
RegisterScavenging.cpp 54 E = MBB->livein_end(); I != E; ++I)
LiveVariables.cpp 563 EE = MBB->livein_end(); II != EE; ++II) {
605 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
CriticalAntiDepBreaker.cpp 61 E = (*SI)->livein_end(); I != E; ++I) {
ExecutionDepsFix.cpp 379 e = MBB->livein_end(); i != e; ++i) {
MachineVerifier.cpp 501 LE = MBB->livein_end();
674 E = MBB->livein_end(); I != E; ++I) {
    [all...]
ScheduleDAGInstrs.cpp 242 E = (*SI)->livein_end(); I != E; ++I) {
    [all...]
AggressiveAntiDepBreaker.cpp 153 E = (*SI)->livein_end(); I != E; ++I) {
    [all...]
MachineFunction.cpp 358 I = RegInfo->livein_begin(), E = RegInfo->livein_end(); I != E; ++I) {
    [all...]
RegAllocFast.cpp 803 E = MBB->livein_end(); I != E; ++I)
    [all...]
TailDuplication.cpp 802 E = TailBB->livein_end(); I != E; ++I) {
    [all...]
LiveIntervalAnalysis.cpp 309 LIE = MBB->livein_end(); LII != LIE; ++LII) {
    [all...]
MachineLICM.cpp 537 E = BB->livein_end(); I != E; ++I) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 108 for (auto LI = (*SI)->livein_begin(), LE = (*SI)->livein_end();
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 287 LE = MRI.livein_end();
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 110 E = MRI.livein_end(); I != E; ++I)
X86FrameLowering.cpp 195 EE = MF.getRegInfo().livein_end(); II != EE; ++II) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 351 LE = (*SI)->livein_end(); LI != LE; ++LI)
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 318 E = MF->getRegInfo().livein_end(); I != E; ++I) {
    [all...]

Completed in 398 milliseconds

1 2