Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp626 : IPLS(std::move(IPLS)) {} in LookupState()
628 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset() argument
2455 if (LS.IPLS) { in OL_resumeLookupAfterGeneration()
2488 while (IPLS->CurSearchOrderIndex != IPLS->SearchOrder.size()) { in OL_applyQueryPhase1()
2497 auto &KV = IPLS->SearchOrder[IPLS->CurSearchOrderIndex]; in OL_applyQueryPhase1()
2599 auto K = IPLS->K; in OL_applyQueryPhase1()
2608 IPLS = std::move(LS.IPLS); in OL_applyQueryPhase1()
2613 if (IPLS) in OL_applyQueryPhase1()
2626 if (!IPLS) { in OL_applyQueryPhase1()
2653 IPLS->CurSearchOrderIndex = IPLS->SearchOrder.size(); in OL_applyQueryPhase1()
[all …]
H A DOrcV2CBindings.cpp31 return LS.IPLS.release(); in extractLookupState()
34 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() argument
35 return LS.reset(IPLS); in resetLookupState()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h905 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
908 void reset(InProgressLookupState *IPLS);
910 std::unique_ptr<InProgressLookupState> IPLS; variable
1742 void OL_resumeLookupAfterGeneration(InProgressLookupState &IPLS);
1747 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1754 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1761 std::unique_ptr<InProgressLookupState> IPLS,