Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp205 void makeAvailableAt(Value *V, Instruction *InsertPos) const;
207 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt() function in __anon19265eb10111::GuardWideningImpl
210 makeAvailableAt(V, InsertPos); in makeAvailableAt()
583 void GuardWideningImpl::makeAvailableAt(Value *V, Instruction *Loc) const { in makeAvailableAt() function in GuardWideningImpl
593 makeAvailableAt(Op, Loc); in makeAvailableAt()
752 makeAvailableAt(LHS, InsertPt); in mergeChecks()
768 makeAvailableAt(RC.getCheckInst(), InsertPt); in mergeChecks()
792 makeAvailableAt(ChecksToHoist, InsertPt); in hoistChecks()
793 makeAvailableAt(OldCondition, InsertPt); in hoistChecks()