Searched defs:PredInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSCCP.h43 std::unique_ptr<PredicateInfo> PredInfo; member in struct:llvm::AnalysisResultsForFn
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h150 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal); local
372 BBInfo *PredInfo = Info->Preds[p]; local
418 BBInfo *PredInfo = BBMap[I.getIncomingBlock()]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h116 struct PredInfoPair PredInfo; member in union:llvm::SwitchCG::CaseBlock::__anon3188
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp859 BlockInfo *PredInfo = &BBInfo[Pred->getBlockID()]; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp842 static void replaceCreatedSSACopys(PredicateInfo &PredInfo, Function &F) { argument
858 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); local
872 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); local
883 const PredicateInfo *PredInfo; member in class:PredicateInfoAnnotatedWriter
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp910 struct PredInfo { struct

Completed in 107 milliseconds