Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h101 struct LiveInBlock { struct
118 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill) in LiveInBlock() argument
126 SmallVector<LiveInBlock, 16> LiveIn;
246 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp63 for (const LiveInBlock &I : LiveIn) { in updateFromLiveIns()
341 for (LiveInBlock &I : LiveIn) { in updateSSA()