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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h38 /// that create new assumptions are required to call registerAssumption() to
104 void registerAssumption(CallInst *CI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp190 void AssumptionCache::registerAssumption(CallInst *CI) { function in class:AssumptionCache
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp384 AC->registerAssumption(II);
H A DLoopUnroll.cpp690 AC->registerAssumption(II);
H A DLoopUnrollAndJam.cpp387 AC->registerAssumption(II);
H A DPromoteMemoryToRegister.cpp312 AC->registerAssumption(CI);
H A DInlineFunction.cpp1170 AC->registerAssumption(NewAsmp);
1837 (*IFI.GetAssumptionCache)(*Caller).registerAssumption(II);
H A DSimplifyCFG.cpp2277 AC->registerAssumption(cast<IntrinsicInst>(N));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1349 AC->registerAssumption(II);
H A DSimpleLoopUnswitch.cpp1089 AC.registerAssumption(II);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3582 AC.registerAssumption(cast<CallInst>(I));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2522 AC->registerAssumption(II);

Completed in 138 milliseconds