Searched refs:shouldUseLibcall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp139 bool shouldUseLibcall() const { return UseLibcall; } function in class:__anon3752::AtomicInfo
1289 bool AtomicIsInline = !AI.shouldUseLibcall();
1321 if (shouldUseLibcall()) {
1485 if (shouldUseLibcall()) {
1709 if (shouldUseLibcall()) {
1718 if (shouldUseLibcall()) {
1763 if (atomics.shouldUseLibcall()) {

Completed in 51 milliseconds