Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp302 static void computeLiveInValues(DominatorTree &DT, Function &F,
1208 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues()
1920 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences()
2639 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
2725 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
2733 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues()
2804 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()