Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp407 void Instruction::insertAfter(Instruction *AfterI) { in insertAfter() argument
408 insertInto(AfterI->getParent(), std::next(AfterI->getIterator())); in insertAfter()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h544 void insertAfter(Instruction *AfterI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp311 [&](const Instruction &AfterI) { return &AfterI == CtxI; }); in isValidAtPosition() argument