Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp184 static Instruction *findLocationForEntrySafepoint(Function &F,
360 if (Instruction *Location = findLocationForEntrySafepoint(F, DT)) { in runImpl()
540 static Instruction *findLocationForEntrySafepoint(Function &F, in findLocationForEntrySafepoint() function