Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp303 static void computeLiveInValues(DominatorTree &DT, Function &F,
1212 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues()
1925 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences()
2617 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
2703 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
2711 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues()
2782 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()