/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 49 bool LiveOut = false; member
|
H A D | SourcePrinter.cpp | 184 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 55 BitVector LiveOut; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 127 bool LiveOut; ///< Current reg is live out. member
|
H A D | RegisterScavenging.cpp | 130 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
|
H A D | RegAllocFast.cpp | 207 bool LiveOut = false; ///< Register is possibly live out. global() member 540 spill(MachineBasicBlock::iterator Before,Register VirtReg,MCPhysReg AssignedReg,bool Kill,bool LiveOut) spill() argument [all...] |
H A D | StackColoring.cpp | 397 BitVector LiveOut; member
|
H A D | RegisterPressure.cpp | 777 PreviousMask = LiveOut; in recede() local 832 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); recede() local
|
H A D | ReachingDefAnalysis.cpp | 382 if (auto *LiveOut = getLocalLiveOutMIDef(MI->getParent(), PhysReg)) { in getGlobalUses() local
|
H A D | AssignmentTrackingAnalysis.cpp | 393 DenseMap<const BasicBlock *, VarFragMap> LiveOut; global() member in __anon504de5160211::MemLocFragmentFill 1299 DenseMap<const BasicBlock *, BlockInfo> LiveOut; global() member in __anon504de5160211::AssignmentTrackingLowering [all...] |
H A D | LiveIntervals.cpp | 369 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; extendSegmentsToUses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 209 LiveOut, global() enumerator
|
H A D | LoopVectorize.cpp | 3621 if (auto *LiveOut = dyn_cast<VPLiveOut>(U)) fixFixedOrderRecurrence() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 581 GCNRPTracker::LiveRegSet LiveIn, LiveOut; runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 182 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member 3305 SetVector<Value *> LiveOut = Data.LiveOut[BB]; computeLiveInValues() local 3348 SetVector<Value *> LiveOut = Data.LiveOut[BB]; findLiveSetAtInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1056 LivePhysRegs LiveIn(HRI), LiveOut(HRI); expandPostRAPseudo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3261 DbgValue *LiveOut = LiveOutIdx[MBB]; buildVLocValueMap() local
|