Searched defs:LiveOut (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.h49 bool LiveOut = false; member in struct:llvm::objdump::LiveVariablePrinter::Column
H A DSourcePrinter.cpp188 bool LiveOut = LV.liveAtAddress(NextAddr); local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DStackLifetime.h55 BitVector LiveOut; member in struct:llvm::StackLifetime::BlockLifetimeInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h127 bool LiveOut; ///< Current reg is live out. member in struct:llvm::SplitAnalysis::BlockInfo
H A DAssignmentTrackingAnalysis.cpp321 DenseMap<const BasicBlock *, VarFragMap> LiveOut; member in class:__anon2041::MemLocFragmentFill
[all...]
H A DRegisterScavenging.cpp357 findSurvivorBackwards(const MachineRegisterInfo &MRI, MachineBasicBlock::iterator From, MachineBasicBlock::iterator To, const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, bool RestoreAfter) argument
H A DStackColoring.cpp427 BitVector LiveOut; member in struct:__anon2211::StackColoring::BlockLifetimeInfo
H A DRegAllocFast.cpp98 bool LiveOut = false; ///< Register is possibly live out. member in struct:__anon2173::RegAllocFast::LiveReg
430 spill(MachineBasicBlock::iterator Before, Register VirtReg, MCPhysReg AssignedReg, bool Kill, bool LiveOut) argument
[all...]
H A DLiveIntervals.cpp374 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h206 LiveOut, member in class:llvm::VPUser::VPUserID
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp249 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member in struct:__anon3528::GCPtrLivenessData
3333 SetVector<Value *> LiveOut = Data.LiveOut[BB]; local
3376 SetVector<Value *> LiveOut = Data.LiveOut[BB]; local
[all...]

Completed in 217 milliseconds