Home
last modified time | relevance | path

Searched defs:LiveIn (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeCalc.h102 SmallVector<LiveInBlock, 16> LiveIn; variable
DSplitKit.h72 bool LiveIn; ///< Current reg is live in. member
DStackColoring.cpp101 BitVector LiveIn; member
DMachineCSE.cpp627 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock() local
DMIRPrinter.cpp219 yaml::MachineFunctionLiveIn LiveIn; in convert() local
DMachineBasicBlock.cpp382 bool LiveIn = isLiveIn(PhysReg); in addLiveIn() local
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp372 for (const auto &LiveIn : YamlMF.LiveIns) { in initializeRegisterInfo() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp150 DenseMap<BasicBlock *, DenseSet<Value *>> LiveIn; member