Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp113 auto LoadGuard = in emit() local
117 Mutator.CreateICmpEQ(LoadGuard, ConstantInt::get(LoadValueTy, 0), in emit()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp110 auto LoadGuard = in emit() local
114 Mutator.CreateICmpEQ(LoadGuard, ConstantInt::get(LoadValueTy, 0), in emit()
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp369 LoadGuard(CI.getASTContext().getLangOpts().CPlusPlus in ASTUnitStorage()
381 if (!LoadGuard) { in getASTUnitForFile()
400 LoadGuard.indicateLoadSuccess(); in getASTUnitForFile()
/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h343 ASTLoadGuard LoadGuard; variable