Home
last modified time | relevance | path

Searched defs:LiveOut (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.h47 bool LiveOut = false; member
H A DSourcePrinter.cpp176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h56 BitVector LiveOut; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h128 bool LiveOut; ///< Current reg is live out. member
H A DRegAllocFast.cpp92 bool LiveOut = false; ///< Register is possibly live out. member
405 MCPhysReg AssignedReg, bool Kill, bool LiveOut) { in spill()
H A DStackColoring.cpp429 BitVector LiveOut; member
H A DRegisterScavenging.cpp361 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
H A DRegisterPressure.cpp780 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local
835 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
H A DReachingDefAnalysis.cpp377 if (auto *LiveOut = getLocalLiveOutMIDef(MI->getParent(), PhysReg)) { in getGlobalUses() local
H A DLiveIntervals.cpp381 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member
2999 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local
3042 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1007 LivePhysRegs LiveIn(HRI), LiveOut(HRI); in expandPostRAPseudo() local