Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2284 void mapIndVar(llvm::function_ref<Value *(Instruction *)> Updater);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2180 CLI->mapIndVar([&](Instruction *OldIV) -> Value * { in applyStaticWorkshareLoop()
2324 CLI->mapIndVar([&](Instruction *) -> Value * { in applyStaticChunkedWorkshareLoop()
5172 void CanonicalLoopInfo::mapIndVar( in mapIndVar() function in CanonicalLoopInfo