Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp36 return PostLoad(S, LC, tag); in getProgramPoint()
331 else if (getAs<PostLoad>()) in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h421 class PostLoad : public PostStmt {
423 PostLoad(const Stmt *S, const LocationContext *L,
429 PostLoad() = default;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp213 BasicBlock *PostLoad = ThenTerm->getSuccessor(0); in scalarizeMaskedLoad() local
214 Builder.SetInsertPoint(PostLoad, PostLoad->begin()); in scalarizeMaskedLoad()