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.h100 struct LiveInBlock { struct
117 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill) in LiveInBlock() argument
125 SmallVector<LiveInBlock, 16> LiveIn;
245 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp64 for (const LiveInBlock &I : LiveIn) { in updateFromLiveIns()
342 for (LiveInBlock &I : LiveIn) { in updateSSA()