Searched refs:computeLiveInValues (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 209 static void computeLiveInValues(DominatorTree &DT, Function &F, 1234 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues() 1943 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences() 2691 static void computeLiveInValues(BasicBlock::reverse_iterator rbegin, in computeLiveInValues() function 2780 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function 2798 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues() 2872 computeLiveInValues(BB->rbegin(), rend, LiveOut); in findLiveSetAtInst()
|