Searched refs:registerAssumption (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h38 /// that create new assumptions are required to call registerAssumption() to
119 void registerAssumption(CallInst *CI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp297 AC->registerAssumption(Intr);
473 AC.registerAssumption(MergedAssume);
H A DLoopRotationUtils.cpp446 AC->registerAssumption(II);
H A DLoopUnroll.cpp676 AC->registerAssumption(II);
H A DLoopUnrollAndJam.cpp438 AC->registerAssumption(II);
H A DPromoteMemoryToRegister.cpp312 AC->registerAssumption(CI);
H A DInlineFunction.cpp1262 AC->registerAssumption(NewAsmp);
1908 IFI.GetAssumptionCache(*Caller).registerAssumption(II);
H A DSimplifyCFG.cpp2321 AC->registerAssumption(cast<IntrinsicInst>(N));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp214 void AssumptionCache::registerAssumption(CallInst *CI) { function in class:AssumptionCache
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1324 AC->registerAssumption(II);
H A DSimpleLoopUnswitch.cpp1106 AC.registerAssumption(II);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3729 AC.registerAssumption(cast<CallInst>(I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2536 AC->registerAssumption(II);

Completed in 247 milliseconds