Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAssumptionCache.h104 void registerAssumption(CallInst *CI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAssumptionCache.cpp190 void AssumptionCache::registerAssumption(CallInst *CI) { in registerAssumption() function in AssumptionCache
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopRotationUtils.cpp384 AC->registerAssumption(II); in rotateLoop()
HDLoopUnrollAndJam.cpp387 AC->registerAssumption(II); in UnrollAndJamLoop()
HDPromoteMemoryToRegister.cpp312 AC->registerAssumption(CI); in addAssumeNonNull()
HDLoopUnroll.cpp690 AC->registerAssumption(II); in UnrollLoop()
HDInlineFunction.cpp1170 AC->registerAssumption(NewAsmp); in AddAlignmentAssumptions()
1837 (*IFI.GetAssumptionCache)(*Caller).registerAssumption(II); in InlineFunction()
HDSimplifyCFG.cpp2277 AC->registerAssumption(cast<IntrinsicInst>(N)); in FoldCondBranchOnPHI()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnswitch.cpp1349 AC->registerAssumption(II); in UnswitchNontrivialCondition()
HDSimpleLoopUnswitch.cpp1089 AC.registerAssumption(II); in buildClonedLoopBlocks()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3582 AC.registerAssumption(cast<CallInst>(I)); in combineInstructionsOverFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2522 AC->registerAssumption(II); in scalarizeInstruction()