Home
last modified time | relevance | path

Searched refs:LivenessMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h93 using LivenessMap = DenseMap<const BasicBlock *, BlockLifetimeInfo>; variable
94 LivenessMap BlockLiveness;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp401 using LivenessMap = DenseMap<const MachineBasicBlock *, BlockLifetimeInfo>; typedef in __anon4e68b37d0111::StackColoring
402 LivenessMap BlockLiveness;
539 LivenessMap::const_iterator BI = BlockLiveness.find(MBB); in dumpBB()
782 LivenessMap::iterator BI = BlockLiveness.find(BB); in calculateLocalLiveness()
789 LivenessMap::const_iterator I = BlockLiveness.find(Pred); in calculateLocalLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp191 LivenessMap::const_iterator I = BlockLiveness.find(PredBB); in calculateLocalLiveness()