|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/BranchRelaxation.cpp 461 BranchBB->addLiveIn(LiveIn);
lib/CodeGen/GlobalISel/IRTranslator.cpp 2392 NewEntryBB.addLiveIn(LiveIn);
lib/CodeGen/MachineBasicBlock.cpp 988 NMBB->addLiveIn(LI);
lib/Target/ARM/ARMConstantIslandPass.cpp 2431 NewBB->addLiveIn(RegMaskPair);
lib/Target/ARM/ARMFrameLowering.cpp 2319 PredBB->addLiveIn(LI);
lib/Target/Hexagon/HexagonCFGOptimizer.cpp 230 LayoutSucc->addLiveIn(NewLI);
lib/Target/Hexagon/RDFLiveness.cpp 847 B.addLiveIn({MCPhysReg(R.Reg), R.Mask});
lib/Target/PowerPC/PPCExpandISEL.cpp 386 NewSuccessor->addLiveIn(LI);
lib/Target/X86/X86FrameLowering.cpp 2340 allocMBB->addLiveIn(LI);
2341 checkMBB->addLiveIn(LI);
2661 stackCheckMBB->addLiveIn(LI);
2662 incStackMBB->addLiveIn(LI);
lib/Target/X86/X86SpeculativeLoadHardening.cpp 312 NewMBB.addLiveIn(LI);
tools/llvm-exegesis/lib/SnippetRepetitor.cpp 80 Loop.MBB->addLiveIn(LiveIn);